Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / arch / arm / boot / dts / kirkwood.dtsi
index 6abf44d257dfa3fd7cadd8ca85a005d4ad9eed8f..90384587c27843c563d2c4328ce9411f4c26458b 100644 (file)
@@ -24,6 +24,7 @@
        aliases {
               gpio0 = &gpio0;
               gpio1 = &gpio1;
+              i2c0 = &i2c0;
        };
 
        mbus {
                        clocks = <&gate_clk 7>;
                };
 
-               i2c@11000 {
+               i2c0: i2c@11000 {
                        compatible = "marvell,mv64xxx-i2c";
                        reg = <0x11000 0x20>;
                        #address-cells = <1>;
                        reg = <0x20000 0x80>, <0x1500 0x20>;
                };
 
+               system-controller@20000 {
+                       compatible = "marvell,orion-system-controller";
+                       reg = <0x20000 0x120>;
+               };
+
                bridge_intc: bridge-interrupt-ctrl@20110 {
                        compatible = "marvell,orion-bridge-intc";
                        interrupt-controller;
                        #clock-cells = <1>;
                };
 
+               l2: l2-cache@20128 {
+                       compatible = "marvell,kirkwood-cache";
+                       reg = <0x20128 0x4>;
+               };
+
                intc: main-interrupt-ctrl@20200 {
                        compatible = "marvell,orion-intc";
                        interrupt-controller;
 
                wdt: watchdog-timer@20300 {
                        compatible = "marvell,orion-wdt";
-                       reg = <0x20300 0x28>;
+                       reg = <0x20300 0x28>, <0x20108 0x4>;
                        interrupt-parent = <&bridge_intc>;
                        interrupts = <3>;
                        clocks = <&gate_clk 7>;
                        #phy-cells = <0>;
                        status = "ok";
                };
+
+               audio0: audio-controller@a0000 {
+                       compatible = "marvell,kirkwood-audio";
+                       reg = <0xa0000 0x2210>;
+                       interrupts = <24>;
+                       clocks = <&gate_clk 9>;
+                       clock-names = "internal";
+                       status = "disabled";
+               };
        };
 };