ARM: dts: Remove LPC BMC and Host partitions
[linux-2.6-microblaze.git] / arch / arm / boot / dts / aspeed-g4.dtsi
index e7a45ba..c5aeb3c 100644 (file)
                        };
 
                        lpc: lpc@1e789000 {
-                               compatible = "aspeed,ast2400-lpc", "simple-mfd";
+                               compatible = "aspeed,ast2400-lpc-v2", "simple-mfd", "syscon";
                                reg = <0x1e789000 0x1000>;
+                               reg-io-width = <4>;
 
                                #address-cells = <1>;
                                #size-cells = <1>;
                                ranges = <0x0 0x1e789000 0x1000>;
 
-                               lpc_bmc: lpc-bmc@0 {
-                                       compatible = "aspeed,ast2400-lpc-bmc";
-                                       reg = <0x0 0x80>;
+                               lpc_ctrl: lpc-ctrl@80 {
+                                       compatible = "aspeed,ast2400-lpc-ctrl";
+                                       reg = <0x80 0x10>;
+                                       clocks = <&syscon ASPEED_CLK_GATE_LCLK>;
+                                       status = "disabled";
                                };
 
-                               lpc_host: lpc-host@80 {
-                                       compatible = "aspeed,ast2400-lpc-host", "simple-mfd", "syscon";
-                                       reg = <0x80 0x1e0>;
-                                       reg-io-width = <4>;
-
-                                       #address-cells = <1>;
-                                       #size-cells = <1>;
-                                       ranges = <0x0 0x80 0x1e0>;
-
-                                       lpc_ctrl: lpc-ctrl@0 {
-                                               compatible = "aspeed,ast2400-lpc-ctrl";
-                                               reg = <0x0 0x10>;
-                                               clocks = <&syscon ASPEED_CLK_GATE_LCLK>;
-                                               status = "disabled";
-                                       };
-
-                                       lpc_snoop: lpc-snoop@10 {
-                                               compatible = "aspeed,ast2400-lpc-snoop";
-                                               reg = <0x10 0x8>;
-                                               interrupts = <8>;
-                                               clocks = <&syscon ASPEED_CLK_GATE_LCLK>;
-                                               status = "disabled";
-                                       };
-
-                                       lhc: lhc@20 {
-                                               compatible = "aspeed,ast2400-lhc";
-                                               reg = <0x20 0x24 0x48 0x8>;
-                                       };
-
-                                       lpc_reset: reset-controller@18 {
-                                               compatible = "aspeed,ast2400-lpc-reset";
-                                               reg = <0x18 0x4>;
-                                               #reset-cells = <1>;
-                                       };
-
-                                       ibt: ibt@c0  {
-                                               compatible = "aspeed,ast2400-ibt-bmc";
-                                               reg = <0xc0 0x18>;
-                                               interrupts = <8>;
-                                               status = "disabled";
-                                       };
+                               lpc_snoop: lpc-snoop@90 {
+                                       compatible = "aspeed,ast2400-lpc-snoop";
+                                       reg = <0x90 0x8>;
+                                       interrupts = <8>;
+                                       clocks = <&syscon ASPEED_CLK_GATE_LCLK>;
+                                       status = "disabled";
+                               };
+
+                               lhc: lhc@a0 {
+                                       compatible = "aspeed,ast2400-lhc";
+                                       reg = <0xa0 0x24 0xc8 0x8>;
+                               };
+
+                               lpc_reset: reset-controller@98 {
+                                       compatible = "aspeed,ast2400-lpc-reset";
+                                       reg = <0x98 0x4>;
+                                       #reset-cells = <1>;
+                               };
+
+                               ibt: ibt@140 {
+                                       compatible = "aspeed,ast2400-ibt-bmc";
+                                       reg = <0x140 0x18>;
+                                       interrupts = <8>;
+                                       status = "disabled";
                                };
                        };