Lines Matching +full:rk3308 +full:- +full:cru
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/rockchip-saradc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Heiko Stuebner <heiko@sntech.de>
15 - const: rockchip,saradc
16 - const: rockchip,rk3066-tsadc
17 - const: rockchip,rk3399-saradc
18 - items:
19 - enum:
20 - rockchip,px30-saradc
21 - rockchip,rk3308-saradc
22 - rockchip,rk3328-saradc
23 - rockchip,rk3568-saradc
24 - rockchip,rv1108-saradc
25 - const: rockchip,rk3399-saradc
35 - description: converter clock
36 - description: peripheral clock
38 clock-names:
40 - const: saradc
41 - const: apb_pclk
46 reset-names:
47 const: saradc-apb
49 vref-supply:
53 "#io-channel-cells":
57 - compatible
58 - reg
59 - interrupts
60 - clocks
61 - clock-names
62 - vref-supply
63 - "#io-channel-cells"
68 - |
69 #include <dt-bindings/clock/rk3288-cru.h>
70 #include <dt-bindings/interrupt-controller/arm-gic.h>
75 clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>;
76 clock-names = "saradc", "apb_pclk";
77 resets = <&cru SRST_SARADC>;
78 reset-names = "saradc-apb";
79 vref-supply = <&vcc18>;
80 #io-channel-cells = <1>;