Lines Matching +full:rk3568 +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>
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,rk3576-tsadc
25 - rockchip,rk3588-tsadc
26 - rockchip,rv1108-tsadc
38 clock-names:
40 - const: tsadc
41 - const: apb_pclk
43 nvmem-cells:
45 - description: cell handle to where the trim's base temperature is stored
46 - description:
49 nvmem-cell-names:
51 - const: trim_base
52 - const: trim_base_frac
58 reset-names:
61 - const: tsadc-apb
62 - const: tsadc
63 - const: tsadc-phy
65 "#address-cells":
68 "#size-cells":
71 "#thermal-sensor-cells":
78 rockchip,hw-tshut-temp:
79 description: The hardware-controlled shutdown temperature value.
82 rockchip,hw-tshut-mode:
83 description: The hardware-controlled shutdown mode 0:CRU 1:GPIO.
87 rockchip,hw-tshut-polarity:
88 description: The hardware-controlled active polarity 0:LOW 1:HIGH.
93 "@[0-9a-f]+$":
100 nvmem-cells:
102 - description: handle of cell containing calibration data
104 nvmem-cell-names:
106 - const: trim
109 - reg
114 - compatible
115 - reg
116 - interrupts
117 - clocks
118 - clock-names
119 - resets
122 - if:
127 const: rockchip,rk3568-tsadc
130 nvmem-cells: false
131 nvmem-cell-names: false
132 - if:
138 - rockchip,rk3568-tsadc
139 - rockchip,rk3576-tsadc
142 "@[0-9a-f]+$": false
147 - |
148 #include <dt-bindings/interrupt-controller/arm-gic.h>
149 #include <dt-bindings/clock/rk3288-cru.h>
152 compatible = "rockchip,rk3288-tsadc";
155 clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
156 clock-names = "tsadc", "apb_pclk";
157 resets = <&cru SRST_TSADC>;
158 reset-names = "tsadc-apb";
159 #thermal-sensor-cells = <1>;
160 rockchip,hw-tshut-temp = <95000>;
161 rockchip,hw-tshut-mode = <0>;
162 rockchip,hw-tshut-polarity = <0>;