Lines Matching +full:rk3368 +full:- +full:cru
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/sound/rockchip-spdif.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
15 - Heiko Stuebner <heiko@sntech.de>
20 - const: rockchip,rk3066-spdif
21 - const: rockchip,rk3228-spdif
22 - const: rockchip,rk3328-spdif
23 - const: rockchip,rk3366-spdif
24 - const: rockchip,rk3368-spdif
25 - const: rockchip,rk3399-spdif
26 - const: rockchip,rk3568-spdif
27 - items:
28 - enum:
29 - rockchip,rk3128-spdif
30 - rockchip,rk3188-spdif
31 - rockchip,rk3288-spdif
32 - rockchip,rk3308-spdif
33 - const: rockchip,rk3066-spdif
43 - description: clock for SPDIF bus
44 - description: clock for SPDIF controller
46 clock-names:
48 - const: mclk
49 - const: hclk
54 dma-names:
57 power-domains:
66 "#sound-dai-cells":
70 - compatible
71 - reg
72 - interrupts
73 - clocks
74 - clock-names
75 - dmas
76 - dma-names
77 - "#sound-dai-cells"
80 - $ref: dai-common.yaml#
81 - if:
85 const: rockchip,rk3288-spdif
88 - rockchip,grf
93 - |
94 #include <dt-bindings/clock/rk3188-cru.h>
95 #include <dt-bindings/interrupt-controller/arm-gic.h>
97 compatible = "rockchip,rk3188-spdif", "rockchip,rk3066-spdif";
100 clocks = <&cru SCLK_SPDIF>, <&cru HCLK_SPDIF>;
101 clock-names = "mclk", "hclk";
103 dma-names = "tx";
104 #sound-dai-cells = <0>;