Lines Matching +full:rk3576 +full:- +full:cru
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/spi/spi-rockchip.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
14 - $ref: spi-controller.yaml#
17 - Heiko Stuebner <heiko@sntech.de>
23 - const: rockchip,rk3036-spi
24 - const: rockchip,rk3066-spi
25 - const: rockchip,rk3228-spi
26 - const: rockchip,rv1108-spi
27 - items:
28 - enum:
29 - rockchip,px30-spi
30 - rockchip,rk3128-spi
31 - rockchip,rk3188-spi
32 - rockchip,rk3288-spi
33 - rockchip,rk3308-spi
34 - rockchip,rk3328-spi
35 - rockchip,rk3368-spi
36 - rockchip,rk3399-spi
37 - rockchip,rk3568-spi
38 - rockchip,rk3576-spi
39 - rockchip,rk3588-spi
40 - rockchip,rv1126-spi
41 - const: rockchip,rk3066-spi
51 - description: transfer-clock
52 - description: peripheral clock
54 clock-names:
56 - const: spiclk
57 - const: apb_pclk
61 - description: TX DMA Channel
62 - description: RX DMA Channel
64 dma-names:
66 - const: tx
67 - const: rx
69 rx-sample-delay-ns:
76 pinctrl-names:
79 - const: default
80 - const: sleep
86 power-domains:
90 - compatible
91 - reg
92 - interrupts
93 - clocks
94 - clock-names
99 - |
100 #include <dt-bindings/clock/rk3188-cru-common.h>
101 #include <dt-bindings/interrupt-controller/arm-gic.h>
102 #include <dt-bindings/interrupt-controller/irq.h>
104 compatible = "rockchip,rk3066-spi";
107 clocks = <&cru SCLK_SPI0>, <&cru PCLK_SPI0>;
108 clock-names = "spiclk", "apb_pclk";
110 dma-names = "tx", "rx";
111 pinctrl-0 = <&spi1_pins>;
112 pinctrl-1 = <&spi1_sleep>;
113 pinctrl-names = "default", "sleep";
114 rx-sample-delay-ns = <10>;
115 #address-cells = <1>;
116 #size-cells = <0>;