Lines Matching +full:rk3588 +full:- +full:cru
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>
15 - rockchip,px30-tsadc
16 - rockchip,rk3228-tsadc
17 - rockchip,rk3288-tsadc
18 - rockchip,rk3328-tsadc
19 - rockchip,rk3368-tsadc
20 - rockchip,rk3399-tsadc
21 - rockchip,rk3568-tsadc
22 - rockchip,rk3588-tsadc
23 - rockchip,rv1108-tsadc
35 clock-names:
37 - const: tsadc
38 - const: apb_pclk
44 reset-names:
47 - const: tsadc-apb
48 - const: tsadc
49 - const: tsadc-phy
51 "#thermal-sensor-cells":
58 rockchip,hw-tshut-temp:
59 description: The hardware-controlled shutdown temperature value.
62 rockchip,hw-tshut-mode:
63 description: The hardware-controlled shutdown mode 0:CRU 1:GPIO.
67 rockchip,hw-tshut-polarity:
68 description: The hardware-controlled active polarity 0:LOW 1:HIGH.
73 - compatible
74 - reg
75 - interrupts
76 - clocks
77 - clock-names
78 - resets
79 - "#thermal-sensor-cells"
84 - |
85 #include <dt-bindings/interrupt-controller/arm-gic.h>
86 #include <dt-bindings/clock/rk3288-cru.h>
89 compatible = "rockchip,rk3288-tsadc";
92 clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
93 clock-names = "tsadc", "apb_pclk";
94 resets = <&cru SRST_TSADC>;
95 reset-names = "tsadc-apb";
96 #thermal-sensor-cells = <1>;
97 rockchip,hw-tshut-temp = <95000>;
98 rockchip,hw-tshut-mode = <0>;
99 rockchip,hw-tshut-polarity = <0>;