Lines Matching +full:hw +full:- +full:tshut +full:- +full:mode
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/thermal/rockchip-thermal.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Heiko Stuebner <heiko@sntech.de>
12 $ref: thermal-sensor.yaml#
17 - rockchip,px30-tsadc
18 - rockchip,rk3228-tsadc
19 - rockchip,rk3288-tsadc
20 - rockchip,rk3328-tsadc
21 - rockchip,rk3368-tsadc
22 - rockchip,rk3399-tsadc
23 - rockchip,rk3568-tsadc
24 - rockchip,rk3588-tsadc
25 - rockchip,rv1108-tsadc
37 clock-names:
39 - const: tsadc
40 - const: apb_pclk
46 reset-names:
49 - const: tsadc-apb
50 - const: tsadc
51 - const: tsadc-phy
53 "#thermal-sensor-cells":
60 rockchip,hw-tshut-temp:
61 description: The hardware-controlled shutdown temperature value.
64 rockchip,hw-tshut-mode:
65 description: The hardware-controlled shutdown mode 0:CRU 1:GPIO.
69 rockchip,hw-tshut-polarity:
70 description: The hardware-controlled active polarity 0:LOW 1:HIGH.
75 - compatible
76 - reg
77 - interrupts
78 - clocks
79 - clock-names
80 - resets
85 - |
86 #include <dt-bindings/interrupt-controller/arm-gic.h>
87 #include <dt-bindings/clock/rk3288-cru.h>
90 compatible = "rockchip,rk3288-tsadc";
94 clock-names = "tsadc", "apb_pclk";
96 reset-names = "tsadc-apb";
97 #thermal-sensor-cells = <1>;
98 rockchip,hw-tshut-temp = <95000>;
99 rockchip,hw-tshut-mode = <0>;
100 rockchip,hw-tshut-polarity = <0>;