|
@@ -118,34 +118,47 @@
|
|
|
};
|
|
|
|
|
|
i2c@118000 {
|
|
|
- eeprom@51 {
|
|
|
- compatible = "at24,24c256";
|
|
|
- reg = <0x51>;
|
|
|
- };
|
|
|
- eeprom@52 {
|
|
|
- compatible = "at24,24c256";
|
|
|
- reg = <0x52>;
|
|
|
- };
|
|
|
- eeprom@53 {
|
|
|
- compatible = "at24,24c256";
|
|
|
- reg = <0x53>;
|
|
|
- };
|
|
|
- eeprom@54 {
|
|
|
- compatible = "at24,24c256";
|
|
|
- reg = <0x54>;
|
|
|
- };
|
|
|
- eeprom@55 {
|
|
|
- compatible = "at24,24c256";
|
|
|
- reg = <0x55>;
|
|
|
- };
|
|
|
- eeprom@56 {
|
|
|
- compatible = "at24,24c256";
|
|
|
- reg = <0x56>;
|
|
|
- };
|
|
|
- rtc@68 {
|
|
|
- compatible = "dallas,ds3232";
|
|
|
- reg = <0x68>;
|
|
|
- interrupts = <0x1 0x1 0 0>;
|
|
|
+ mux@77 {
|
|
|
+ compatible = "nxp,pca9547";
|
|
|
+ reg = <0x77>;
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <0>;
|
|
|
+
|
|
|
+ i2c@0 {
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <0>;
|
|
|
+ reg = <0>;
|
|
|
+
|
|
|
+ eeprom@51 {
|
|
|
+ compatible = "at24,24c256";
|
|
|
+ reg = <0x51>;
|
|
|
+ };
|
|
|
+ eeprom@52 {
|
|
|
+ compatible = "at24,24c256";
|
|
|
+ reg = <0x52>;
|
|
|
+ };
|
|
|
+ eeprom@53 {
|
|
|
+ compatible = "at24,24c256";
|
|
|
+ reg = <0x53>;
|
|
|
+ };
|
|
|
+ eeprom@54 {
|
|
|
+ compatible = "at24,24c256";
|
|
|
+ reg = <0x54>;
|
|
|
+ };
|
|
|
+ eeprom@55 {
|
|
|
+ compatible = "at24,24c256";
|
|
|
+ reg = <0x55>;
|
|
|
+ };
|
|
|
+ eeprom@56 {
|
|
|
+ compatible = "at24,24c256";
|
|
|
+ reg = <0x56>;
|
|
|
+ };
|
|
|
+ rtc@68 {
|
|
|
+ compatible = "dallas,ds3232";
|
|
|
+ reg = <0x68>;
|
|
|
+ interrupts = <0x1 0x1 0 0>;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
};
|
|
|
|