diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-02-21 17:05:02 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-05-28 13:11:36 +0300 |
commit | bc797691de8556a1dd3b6d008eedc0798ee3b407 (patch) | |
tree | 749541d4ebd55101783429e21e7213d179ba6c53 /arch/arm/boot/dts/omap2420.dtsi | |
parent | f7c66b7110227327cfddf22fe66c7ec1fe1d39e7 (diff) |
ARM: dts: omap2 clock data
This patch creates a unique node for each clock in the OMAP2 power,
reset and clock manager (PRCM).
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/omap2420.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap2420.dtsi | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap2420.dtsi b/arch/arm/boot/dts/omap2420.dtsi index 85b1fb014c43..0b3ad91b2edd 100644 --- a/arch/arm/boot/dts/omap2420.dtsi +++ b/arch/arm/boot/dts/omap2420.dtsi @@ -14,6 +14,32 @@ compatible = "ti,omap2420", "ti,omap2"; ocp { + prcm: prcm@48008000 { + compatible = "ti,omap2-prcm"; + reg = <0x48008000 0x1000>; + + prcm_clocks: clocks { + #address-cells = <1>; + #size-cells = <0>; + }; + + prcm_clockdomains: clockdomains { + }; + }; + + scrm: scrm@48000000 { + compatible = "ti,omap2-scrm"; + reg = <0x48000000 0x1000>; + + scrm_clocks: clocks { + #address-cells = <1>; + #size-cells = <0>; + }; + + scrm_clockdomains: clockdomains { + }; + }; + counter32k: counter@48004000 { compatible = "ti,omap-counter32k"; reg = <0x48004000 0x20>; @@ -148,3 +174,6 @@ &i2c2 { compatible = "ti,omap2420-i2c"; }; + +/include/ "omap24xx-clocks.dtsi" +/include/ "omap2420-clocks.dtsi" |