update dts of Magicbox V2
SVN-Revision: 16928
This commit is contained in:
parent
a308781040
commit
b78215b71d
1 changed files with 23 additions and 3 deletions
|
@ -73,7 +73,7 @@
|
||||||
+
|
+
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/arch/powerpc/boot/dts/magicboxv2.dts
|
+++ b/arch/powerpc/boot/dts/magicboxv2.dts
|
||||||
@@ -0,0 +1,259 @@
|
@@ -0,0 +1,279 @@
|
||||||
+/*
|
+/*
|
||||||
+ * Device Tree Source for Magicbox v2
|
+ * Device Tree Source for Magicbox v2
|
||||||
+ *
|
+ *
|
||||||
|
@ -198,11 +198,23 @@
|
||||||
+ reg = <0xef600500 0x00000011>;
|
+ reg = <0xef600500 0x00000011>;
|
||||||
+ interrupt-parent = <&UIC0>;
|
+ interrupt-parent = <&UIC0>;
|
||||||
+ interrupts = <0x2 0x4>;
|
+ interrupts = <0x2 0x4>;
|
||||||
|
+
|
||||||
|
+ dtt@48 {
|
||||||
|
+ compatible = "national,lm75";
|
||||||
|
+ reg = <0x48>;
|
||||||
|
+ };
|
||||||
|
+
|
||||||
|
+ eeprom@50 {
|
||||||
|
+ compatible = "at24,24c16";
|
||||||
|
+ reg = <0x50>;
|
||||||
|
+ };
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ GPIO: gpio@ef600700 {
|
+ GPIO0: gpio-controller@ef600700 {
|
||||||
+ compatible = "ibm,gpio-405ep";
|
+ compatible = "ibm,ppc4xx-gpio";
|
||||||
+ reg = <0xef600700 0x00000020>;
|
+ reg = <0xef600700 0x00000020>;
|
||||||
|
+ #gpio-cells = <2>;
|
||||||
|
+ gpio-controller;
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ EMAC0: ethernet@ef600800 {
|
+ EMAC0: ethernet@ef600800 {
|
||||||
|
@ -225,6 +237,7 @@
|
||||||
+ phy-mode = "mii";
|
+ phy-mode = "mii";
|
||||||
+ phy-map = <0x00000000>;
|
+ phy-map = <0x00000000>;
|
||||||
+ };
|
+ };
|
||||||
|
+
|
||||||
+ EMAC1: ethernet@ef600900 {
|
+ EMAC1: ethernet@ef600900 {
|
||||||
+ linux,network-index = <0x1>;
|
+ linux,network-index = <0x1>;
|
||||||
+ device_type = "network";
|
+ device_type = "network";
|
||||||
|
@ -247,6 +260,13 @@
|
||||||
+ phy-map = <0x00000001>;
|
+ phy-map = <0x00000001>;
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
|
+ leds {
|
||||||
|
+ compatible = "gpio-leds";
|
||||||
|
+ user {
|
||||||
|
+ label = "magicbox:red:user";
|
||||||
|
+ gpios = <&GPIO0 2 1>;
|
||||||
|
+ };
|
||||||
|
+ };
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ EBC0: ebc {
|
+ EBC0: ebc {
|
||||||
|
|
Loading…
Reference in a new issue