diff options
-rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitx.dts | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts index 16872c9a79bd..0fb78b20ef96 100644 --- a/arch/powerpc/boot/dts/mpc8349emitx.dts +++ b/arch/powerpc/boot/dts/mpc8349emitx.dts | |||
@@ -90,6 +90,12 @@ | |||
90 | interrupts = <14 0x8>; | 90 | interrupts = <14 0x8>; |
91 | interrupt-parent = <&ipic>; | 91 | interrupt-parent = <&ipic>; |
92 | dfsrr; | 92 | dfsrr; |
93 | |||
94 | eeprom: at24@50 { | ||
95 | compatible = "st-micro,24c256"; | ||
96 | reg = <0x50>; | ||
97 | }; | ||
98 | |||
93 | }; | 99 | }; |
94 | 100 | ||
95 | i2c@3100 { | 101 | i2c@3100 { |
@@ -109,6 +115,25 @@ | |||
109 | interrupt-parent = <&ipic>; | 115 | interrupt-parent = <&ipic>; |
110 | }; | 116 | }; |
111 | 117 | ||
118 | pcf1: iexp@38 { | ||
119 | #gpio-cells = <2>; | ||
120 | compatible = "ti,pcf8574a"; | ||
121 | reg = <0x38>; | ||
122 | gpio-controller; | ||
123 | }; | ||
124 | |||
125 | pcf2: iexp@39 { | ||
126 | #gpio-cells = <2>; | ||
127 | compatible = "ti,pcf8574a"; | ||
128 | reg = <0x39>; | ||
129 | gpio-controller; | ||
130 | }; | ||
131 | |||
132 | spd: at24@51 { | ||
133 | compatible = "at24,spd"; | ||
134 | reg = <0x51>; | ||
135 | }; | ||
136 | |||
112 | mcu_pio: mcu@a { | 137 | mcu_pio: mcu@a { |
113 | #gpio-cells = <2>; | 138 | #gpio-cells = <2>; |
114 | compatible = "fsl,mc9s08qg8-mpc8349emitx", | 139 | compatible = "fsl,mc9s08qg8-mpc8349emitx", |