Lines Matching +full:rk3588 +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 - const: rockchip,rk3588-saradc
19 - items:
20 - enum:
21 - rockchip,px30-saradc
22 - rockchip,rk3308-saradc
23 - rockchip,rk3328-saradc
24 - rockchip,rk3568-saradc
25 - rockchip,rv1108-saradc
26 - rockchip,rv1126-saradc
27 - const: rockchip,rk3399-saradc
37 - description: converter clock
38 - description: peripheral clock
40 clock-names:
42 - const: saradc
43 - const: apb_pclk
48 reset-names:
49 const: saradc-apb
51 vref-supply:
55 "#io-channel-cells":
59 - compatible
60 - reg
61 - interrupts
62 - clocks
63 - clock-names
64 - vref-supply
65 - "#io-channel-cells"
70 - |
71 #include <dt-bindings/clock/rk3288-cru.h>
72 #include <dt-bindings/interrupt-controller/arm-gic.h>
77 clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>;
78 clock-names = "saradc", "apb_pclk";
79 resets = <&cru SRST_SARADC>;
80 reset-names = "saradc-apb";
81 vref-supply = <&vcc18>;
82 #io-channel-cells = <1>;