1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/bus/allwinner,sun50i-a64-de2.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A64 Display Engine Bus Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
15 pattern: "^bus(@[0-9a-f]+)?$"
25 - const: allwinner,sun50i-a64-de2
27 - const: allwinner,sun50i-h6-de3
28 - const: allwinner,sun50i-a64-de2
35 The SRAM that needs to be claimed to access the display engine
37 $ref: /schemas/types.yaml#/definitions/phandle-array
43 # All other properties should be child nodes with unit-address and 'reg'
44 "^[a-zA-Z][a-zA-Z0-9,+\\-._]{0,63}@[0-9a-fA-F]+$":
61 additionalProperties: false
66 compatible = "allwinner,sun50i-a64-de2";
67 reg = <0x1000000 0x400000>;
68 allwinner,sram = <&de2_sram 1>;
71 ranges = <0 0x1000000 0x400000>;
73 display_clocks: clock@0 {
74 compatible = "allwinner,sun50i-a64-de2-clk";
76 clocks = <&ccu 52>, <&ccu 99>;
77 clock-names = "bus", "mod";