Commit ea291c98 authored by Tero Kristo's avatar Tero Kristo Committed by Mike Turquette

ARM: dts: am33xx clock data

This patch creates a unique node for each clock in the AM33xx power,
reset and clock manager (PRCM).
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent a0289f91
This diff is collapsed.
...@@ -102,6 +102,32 @@ ocp { ...@@ -102,6 +102,32 @@ ocp {
ranges; ranges;
ti,hwmods = "l3_main"; ti,hwmods = "l3_main";
prcm: prcm@44e00000 {
compatible = "ti,am3-prcm";
reg = <0x44e00000 0x4000>;
prcm_clocks: clocks {
#address-cells = <1>;
#size-cells = <0>;
};
prcm_clockdomains: clockdomains {
};
};
scrm: scrm@44e10000 {
compatible = "ti,am3-scrm";
reg = <0x44e10000 0x2000>;
scrm_clocks: clocks {
#address-cells = <1>;
#size-cells = <0>;
};
scrm_clockdomains: clockdomains {
};
};
intc: interrupt-controller@48200000 { intc: interrupt-controller@48200000 {
compatible = "ti,omap2-intc"; compatible = "ti,omap2-intc";
interrupt-controller; interrupt-controller;
...@@ -794,3 +820,5 @@ rng: rng@48310000 { ...@@ -794,3 +820,5 @@ rng: rng@48310000 {
}; };
}; };
}; };
/include/ "am33xx-clocks.dtsi"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment