arm64: dts: rockchip: enable the tsadc on rk3568-evb1-v10

Enable the thermal adc on the Rockchip RK3568 EVB1.

Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
Link: https://lore.kernel.org/r/20220209215549.94524-6-michael.riesch@wolfvision.net
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Michael Riesch 2022-02-09 22:55:49 +01:00 committed by Heiko Stuebner
parent 0f546cd635
commit 679f048a10
1 changed files with 6 additions and 0 deletions

View File

@ -467,6 +467,12 @@
status = "okay";
};
&tsadc {
rockchip,hw-tshut-mode = <1>;
rockchip,hw-tshut-polarity = <0>;
status = "okay";
};
&uart2 {
status = "okay";
};