Lines Matching +full:rk3288 +full:- +full:cru

4 - compatible : should be "rockchip,<name>-tsadc"
5 "rockchip,px30-tsadc": found on PX30 SoCs
6 "rockchip,rv1108-tsadc": found on RV1108 SoCs
7 "rockchip,rk3228-tsadc": found on RK3228 SoCs
8 "rockchip,rk3288-tsadc": found on RK3288 SoCs
9 "rockchip,rk3328-tsadc": found on RK3328 SoCs
10 "rockchip,rk3368-tsadc": found on RK3368 SoCs
11 "rockchip,rk3399-tsadc": found on RK3399 SoCs
12 - reg : physical base address of the controller and length of memory mapped
14 - interrupts : The interrupt number to the cpu. The interrupt specifier format
16 - clocks : Must contain an entry for each entry in clock-names.
17 - clock-names : Shall be "tsadc" for the converter-clock, and "apb_pclk" for
19 - resets : Must contain an entry for each entry in reset-names.
21 - reset-names : Must include the name "tsadc-apb".
22 - pinctrl-names : The pin control state names;
23 - pinctrl-0 : The "init" pinctrl state, it will be set before device probe.
24 - pinctrl-1 : The "default" pinctrl state, it will be set after reset the
26 - pinctrl-2 : The "sleep" pinctrl state, it will be in for suspend.
27 - #thermal-sensor-cells : Should be 1. See Documentation/devicetree/bindings/thermal/thermal-sensor…
30 - rockchip,hw-tshut-temp : The hardware-controlled shutdown temperature value.
31 - rockchip,hw-tshut-mode : The hardware-controlled shutdown mode 0:CRU 1:GPIO.
32 - rockchip,hw-tshut-polarity : The hardware-controlled active polarity 0:LOW
34 - rockchip,grf : The phandle of the syscon node for the general register file.
38 compatible = "rockchip,rk3288-tsadc";
41 clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
42 clock-names = "tsadc", "apb_pclk";
43 resets = <&cru SRST_TSADC>;
44 reset-names = "tsadc-apb";
45 pinctrl-names = "init", "default", "sleep";
46 pinctrl-0 = <&otp_gpio>;
47 pinctrl-1 = <&otp_out>;
48 pinctrl-2 = <&otp_gpio>;
49 #thermal-sensor-cells = <1>;
50 rockchip,hw-tshut-temp = <95000>;
51 rockchip,hw-tshut-mode = <0>;
52 rockchip,hw-tshut-polarity = <0>;
56 thermal-zones {
58 polling-delay-passive = <1000>; /* milliseconds */
59 polling-delay = <5000>; /* milliseconds */
62 thermal-sensors = <&tsadc 1>;
77 cooling-maps {
80 cooling-device =