mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 20:59:10 +07:00
ARM: dts: vf610-zii-spb4: Add voltage monitor DT node
Add a DT node for various voltage supply rails connected to SoC's ADC for voltage monitoring purposes. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Cc: Chris Healy <cphealy@gmail.com> Cc: Fabio Estevam <festevam@gmail.com> Cc: Shawn Guo <shawnguo@kernel.org> Cc: linux-arm-kernel@lists.infradead.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
a049c96518
commit
68aaa6aa13
@ -42,6 +42,14 @@ reg_vcc_3v3_mcu: regulator-vcc-3v3-mcu {
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
};
|
||||
|
||||
supply-voltage-monitor {
|
||||
compatible = "iio-hwmon";
|
||||
io-channels = <&adc0 8>, /* 28V_SW */
|
||||
<&adc0 9>, /* +3.3V */
|
||||
<&adc1 8>, /* VCC_1V5 */
|
||||
<&adc1 9>; /* VCC_1V2 */
|
||||
};
|
||||
};
|
||||
|
||||
&adc0 {
|
||||
|
Loading…
Reference in New Issue
Block a user