Commit 1a5ebcd4 authored by Vijay Khemka's avatar Vijay Khemka Committed by Joel Stanley

ARM: dts: aspeed: tiogapass: Add sensors

Added ADC and other sensor devices present in the Facebook Tiogapass
machine.
Signed-off-by: default avatarVijay Khemka <vijaykhemka@fb.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent e7b66ba2
...@@ -21,6 +21,17 @@ chosen { ...@@ -21,6 +21,17 @@ chosen {
memory@80000000 { memory@80000000 {
reg = <0x80000000 0x20000000>; reg = <0x80000000 0x20000000>;
}; };
iio-hwmon {
compatible = "iio-hwmon";
io-channels = <&adc 0>, <&adc 1>, <&adc 2>, <&adc 3>,
<&adc 4>, <&adc 5>, <&adc 6>;
};
iio-hwmon-battery {
compatible = "iio-hwmon";
io-channels = <&adc 7>;
};
}; };
&fmc { &fmc {
...@@ -76,6 +87,10 @@ &mac0 { ...@@ -76,6 +87,10 @@ &mac0 {
use-ncsi; use-ncsi;
}; };
&adc {
status = "okay";
};
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
//Airmax Conn B, CPU0 PIROM, CPU1 PIROM //Airmax Conn B, CPU0 PIROM, CPU1 PIROM
...@@ -134,6 +149,10 @@ &i2c7 { ...@@ -134,6 +149,10 @@ &i2c7 {
&i2c8 { &i2c8 {
status = "okay"; status = "okay";
tmp421@1f {
compatible = "ti,tmp421";
reg = <0x1f>;
};
//Mezz Sensor SMBus //Mezz Sensor SMBus
}; };
...@@ -152,7 +171,7 @@ fan@0 { ...@@ -152,7 +171,7 @@ fan@0 {
}; };
fan@1 { fan@1 {
reg = <0x00>; reg = <0x01>;
aspeed,fan-tach-ch = /bits/ 8 <0x01>; aspeed,fan-tach-ch = /bits/ 8 <0x02>;
}; };
}; };
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