Merge remote-tracking branches 'regulator/fix/ab3100' and 'regulator/fix/s2mps11...
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / omap4.dtsi
index a1e05853afcd583c15da3ad259c8f715992b2d7f..d3f8a6e8ca205ef1585c279c1ce50dc8703fa6b5 100644 (file)
                interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
                             <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
 
+               cm1: cm1@4a004000 {
+                       compatible = "ti,omap4-cm1";
+                       reg = <0x4a004000 0x2000>;
+
+                       cm1_clocks: clocks {
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                       };
+
+                       cm1_clockdomains: clockdomains {
+                       };
+               };
+
+               prm: prm@4a306000 {
+                       compatible = "ti,omap4-prm";
+                       reg = <0x4a306000 0x3000>;
+
+                       prm_clocks: clocks {
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                       };
+
+                       prm_clockdomains: clockdomains {
+                       };
+               };
+
+               cm2: cm2@4a008000 {
+                       compatible = "ti,omap4-cm2";
+                       reg = <0x4a008000 0x3000>;
+
+                       cm2_clocks: clocks {
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                       };
+
+                       cm2_clockdomains: clockdomains {
+                       };
+               };
+
+               scrm: scrm@4a30a000 {
+                       compatible = "ti,omap4-scrm";
+                       reg = <0x4a30a000 0x2000>;
+
+                       scrm_clocks: clocks {
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                       };
+
+                       scrm_clockdomains: clockdomains {
+                       };
+               };
+
                counter32k: counter@4a304000 {
                        compatible = "ti,omap-counter32k";
                        reg = <0x4a304000 0x20>;
                };
        };
 };
+
+/include/ "omap44xx-clocks.dtsi"