[ppc40x] update dts of Magicbox V2
authorGabor Juhos <juhosg@openwrt.org>
Mon, 20 Jul 2009 07:49:16 +0000 (07:49 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 20 Jul 2009 07:49:16 +0000 (07:49 +0000)
SVN-Revision: 16928

target/linux/ppc40x/patches-2.6.30/006-magicboxv2.patch

index ed19b9e5677d62ca52352516634d11910198deb9..8ef10c89e9a83916c1e79cd4ae37664f51dba73c 100644 (file)
@@ -73,7 +73,7 @@
 +
 --- /dev/null
 +++ b/arch/powerpc/boot/dts/magicboxv2.dts
-@@ -0,0 +1,259 @@
+@@ -0,0 +1,279 @@
 +/*
 + * Device Tree Source for Magicbox v2
 + *
 +                              reg = <0xef600500 0x00000011>;
 +                              interrupt-parent = <&UIC0>;
 +                              interrupts = <0x2 0x4>;
++
++                              dtt@48 {
++                                      compatible = "national,lm75";
++                                      reg = <0x48>;
++                              };
++
++                              eeprom@50 {
++                                      compatible = "at24,24c16";
++                                      reg = <0x50>;
++                              };
 +                      };
 +
-+                      GPIO: gpio@ef600700 {
-+                              compatible = "ibm,gpio-405ep";
++                      GPIO0: gpio-controller@ef600700 {
++                              compatible = "ibm,ppc4xx-gpio";
 +                              reg = <0xef600700 0x00000020>;
++                              #gpio-cells = <2>;
++                              gpio-controller;
 +                      };
 +
 +                      EMAC0: ethernet@ef600800 {
 +                              phy-mode = "mii";
 +                              phy-map = <0x00000000>;
 +                      };
++
 +                      EMAC1: ethernet@ef600900 {
 +                              linux,network-index = <0x1>;
 +                              device_type = "network";
 +                              phy-map = <0x00000001>;
 +                      };
 +
++                      leds {
++                              compatible = "gpio-leds";
++                              user {
++                                      label = "magicbox:red:user";
++                                      gpios = <&GPIO0 2 1>;
++                              };
++                      };
 +              };
 +
 +              EBC0: ebc {