Commit 98af9ffd authored by Potin Lai's avatar Potin Lai Committed by Joel Stanley

ARM: dts: aspeed: bletchley: Add INA230 sensor on each sled

Add INA230 node on each sled based on EVT HW.
Signed-off-by: default avatarPotin Lai <potin.lai@quantatw.com>
Reviewed-by: default avatarJoel Stanley <joel@jms.id.au>
Reviewed-by: default avatarPatrick Williams <patrick@stwcx.xyz>
Link: https://lore.kernel.org/r/20220215163151.32252-9-potin.lai@quantatw.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 602c441c
...@@ -248,7 +248,11 @@ flash@1 { ...@@ -248,7 +248,11 @@ flash@1 {
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
/* TODO: Add ADC INA230 */ ina230@45 {
compatible = "ti,ina230";
reg = <0x45>;
shunt-resistor = <2000>;
};
mp5023@40 { mp5023@40 {
compatible = "mps,mp5023"; compatible = "mps,mp5023";
...@@ -314,7 +318,11 @@ PDO_VAR(3000, 12000, 3000) ...@@ -314,7 +318,11 @@ PDO_VAR(3000, 12000, 3000)
&i2c1 { &i2c1 {
status = "okay"; status = "okay";
/* TODO: Add ADC INA230 */ ina230@45 {
compatible = "ti,ina230";
reg = <0x45>;
shunt-resistor = <2000>;
};
mp5023@40 { mp5023@40 {
compatible = "mps,mp5023"; compatible = "mps,mp5023";
...@@ -384,7 +392,11 @@ &i2c1 { ...@@ -384,7 +392,11 @@ &i2c1 {
&i2c2 { &i2c2 {
status = "okay"; status = "okay";
/* TODO: Add ADC INA230 */ ina230@45 {
compatible = "ti,ina230";
reg = <0x45>;
shunt-resistor = <2000>;
};
mp5023@40 { mp5023@40 {
compatible = "mps,mp5023"; compatible = "mps,mp5023";
...@@ -450,7 +462,11 @@ PDO_VAR(3000, 12000, 3000) ...@@ -450,7 +462,11 @@ PDO_VAR(3000, 12000, 3000)
&i2c3 { &i2c3 {
status = "okay"; status = "okay";
/* TODO: Add ADC INA230 */ ina230@45 {
compatible = "ti,ina230";
reg = <0x45>;
shunt-resistor = <2000>;
};
mp5023@40 { mp5023@40 {
compatible = "mps,mp5023"; compatible = "mps,mp5023";
...@@ -516,7 +532,11 @@ PDO_VAR(3000, 12000, 3000) ...@@ -516,7 +532,11 @@ PDO_VAR(3000, 12000, 3000)
&i2c4 { &i2c4 {
status = "okay"; status = "okay";
/* TODO: Add ADC INA230 */ ina230@45 {
compatible = "ti,ina230";
reg = <0x45>;
shunt-resistor = <2000>;
};
mp5023@40 { mp5023@40 {
compatible = "mps,mp5023"; compatible = "mps,mp5023";
...@@ -582,7 +602,11 @@ PDO_VAR(3000, 12000, 3000) ...@@ -582,7 +602,11 @@ PDO_VAR(3000, 12000, 3000)
&i2c5 { &i2c5 {
status = "okay"; status = "okay";
/* TODO: Add ADC INA230 */ ina230@45 {
compatible = "ti,ina230";
reg = <0x45>;
shunt-resistor = <2000>;
};
mp5023@40 { mp5023@40 {
compatible = "mps,mp5023"; compatible = "mps,mp5023";
......
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