powerpc/83xx: mpc8349emitx - populate I2C busses in device tree
Add OF descriptions of EEPROM, two GPIO extenders and SPD hanging on I2C on this board. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
committed by
Kumar Gala
parent
9174e4989e
commit
3320cf844f
@@ -90,6 +90,12 @@
|
|||||||
interrupts = <14 0x8>;
|
interrupts = <14 0x8>;
|
||||||
interrupt-parent = <&ipic>;
|
interrupt-parent = <&ipic>;
|
||||||
dfsrr;
|
dfsrr;
|
||||||
|
|
||||||
|
eeprom: at24@50 {
|
||||||
|
compatible = "st-micro,24c256";
|
||||||
|
reg = <0x50>;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c@3100 {
|
i2c@3100 {
|
||||||
@@ -109,6 +115,25 @@
|
|||||||
interrupt-parent = <&ipic>;
|
interrupt-parent = <&ipic>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pcf1: iexp@38 {
|
||||||
|
#gpio-cells = <2>;
|
||||||
|
compatible = "ti,pcf8574a";
|
||||||
|
reg = <0x38>;
|
||||||
|
gpio-controller;
|
||||||
|
};
|
||||||
|
|
||||||
|
pcf2: iexp@39 {
|
||||||
|
#gpio-cells = <2>;
|
||||||
|
compatible = "ti,pcf8574a";
|
||||||
|
reg = <0x39>;
|
||||||
|
gpio-controller;
|
||||||
|
};
|
||||||
|
|
||||||
|
spd: at24@51 {
|
||||||
|
compatible = "at24,spd";
|
||||||
|
reg = <0x51>;
|
||||||
|
};
|
||||||
|
|
||||||
mcu_pio: mcu@a {
|
mcu_pio: mcu@a {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
compatible = "fsl,mc9s08qg8-mpc8349emitx",
|
compatible = "fsl,mc9s08qg8-mpc8349emitx",
|
||||||
|
Reference in New Issue
Block a user