Commit e80e70fb authored by Eddie James's avatar Eddie James Committed by Joel Stanley

ARM: dts: aspeed: everest: Add I2C switch on bus 8

The switch controls two busses containing some VRMs.
Signed-off-by: default avatarEddie James <eajames@linux.ibm.com>
Reviewed-by: default avatarJoel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20211020215321.33960-4-eajames@linux.ibm.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 4df227c4
...@@ -108,6 +108,8 @@ aliases { ...@@ -108,6 +108,8 @@ aliases {
i2c44 = &i2c15mux2chn1; i2c44 = &i2c15mux2chn1;
i2c45 = &i2c15mux2chn2; i2c45 = &i2c15mux2chn2;
i2c46 = &i2c15mux2chn3; i2c46 = &i2c15mux2chn3;
i2c47 = &i2c8mux0chn0;
i2c48 = &i2c8mux0chn1;
serial4 = &uart5; serial4 = &uart5;
...@@ -1782,6 +1784,27 @@ eeprom@50 { ...@@ -1782,6 +1784,27 @@ eeprom@50 {
compatible = "atmel,24c128"; compatible = "atmel,24c128";
reg = <0x50>; reg = <0x50>;
}; };
i2c-switch@70 {
compatible = "nxp,pca9546";
reg = <0x70>;
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
i2c-mux-idle-disconnect;
i2c8mux0chn0: i2c@0 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;
};
i2c8mux0chn1: i2c@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
};
};
}; };
&i2c9 { &i2c9 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment