ARM: dts: aspeed: greatlakes: add mctp device
Add mctp node on I2C bus Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@Wiwynn.com> Link: https://lore.kernel.org/r/20230329083235.24123-3-Delphine_CC_Chiu@Wiwynn.com Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
2ecdcd68e3
commit
8d250f34cd
1 changed files with 6 additions and 2 deletions
|
@ -156,6 +156,7 @@
|
|||
|
||||
&i2c8 {
|
||||
status = "okay";
|
||||
mctp-controller;
|
||||
temperature-sensor@1f {
|
||||
compatible = "ti,tmp421";
|
||||
reg = <0x1f>;
|
||||
|
@ -165,6 +166,10 @@
|
|||
compatible = "st,24c32";
|
||||
reg = <0x50>;
|
||||
};
|
||||
mctp@10 {
|
||||
compatible = "mctp-i2c-controller";
|
||||
reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c9 {
|
||||
|
@ -238,7 +243,7 @@
|
|||
&gpio0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_gpiu1_default &pinctrl_gpiu7_default>;
|
||||
status = "okay";
|
||||
|
||||
gpio-line-names =
|
||||
/*A0-A7*/ "","","","","","","","",
|
||||
/*B0-B7*/ "power-bmc-nic","presence-ocp-debug",
|
||||
|
@ -280,7 +285,6 @@
|
|||
};
|
||||
|
||||
&gpio1 {
|
||||
status = "okay";
|
||||
gpio-line-names =
|
||||
/*18A0-18A7*/ "","","","","","","","",
|
||||
/*18B0-18B7*/ "","","","","","","","",
|
||||
|
|
Loading…
Add table
Reference in a new issue