Lines Matching +full:rk3228 +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,rv1108-tsadc
34 clock-names:
36 - const: tsadc
37 - const: apb_pclk
43 reset-names:
46 - const: tsadc-apb
47 - const: tsadc
48 - const: tsadc-phy
50 "#thermal-sensor-cells":
57 rockchip,hw-tshut-temp:
58 description: The hardware-controlled shutdown temperature value.
61 rockchip,hw-tshut-mode:
62 description: The hardware-controlled shutdown mode 0:CRU 1:GPIO.
66 rockchip,hw-tshut-polarity:
67 description: The hardware-controlled active polarity 0:LOW 1:HIGH.
72 - compatible
73 - reg
74 - interrupts
75 - clocks
76 - clock-names
77 - resets
78 - "#thermal-sensor-cells"
83 - |
84 #include <dt-bindings/interrupt-controller/arm-gic.h>
85 #include <dt-bindings/clock/rk3288-cru.h>
88 compatible = "rockchip,rk3288-tsadc";
91 clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
92 clock-names = "tsadc", "apb_pclk";
93 resets = <&cru SRST_TSADC>;
94 reset-names = "tsadc-apb";
95 #thermal-sensor-cells = <1>;
96 rockchip,hw-tshut-temp = <95000>;
97 rockchip,hw-tshut-mode = <0>;
98 rockchip,hw-tshut-polarity = <0>;