arm64: dts: rockchip: rk1808-compute: enable tsadc on compute stick board

note that if trigger over temp irq, the shutdown pin output high level.

Change-Id: I7931223d83da06aadebba7c35789d5e09cc201f5
Signed-off-by: Lin Huang <hl@rock-chips.com>
This commit is contained in:
Lin Huang
2019-05-06 14:37:56 +08:00
committed by Tao Huang
parent 03e647d881
commit d53f045453

View File

@@ -157,6 +157,15 @@
status = "okay";
};
&tsadc {
rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
pinctrl-names = "gpio", "otpout";
pinctrl-0 = <&tsadc_otp_gpio>;
pinctrl-1 = <&tsadc_otp_out>;
status = "okay";
};
&u2phy {
status = "okay";
};