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 - $ref: /schemas/types.yaml#definitions/phandle-array
38 The SRAM that needs to be claimed to access the display engine
44 # All other properties should be child nodes with unit-address and 'reg'
45 "^[a-zA-Z][a-zA-Z0-9,+\\-._]{0,63}@[0-9a-fA-F]+$":
62 additionalProperties: false
67 compatible = "allwinner,sun50i-a64-de2";
68 reg = <0x1000000 0x400000>;
69 allwinner,sram = <&de2_sram 1>;
72 ranges = <0 0x1000000 0x400000>;
74 display_clocks: clock@0 {
75 compatible = "allwinner,sun50i-a64-de2-clk";
77 clocks = <&ccu 52>, <&ccu 99>;
78 clock-names = "bus", "mod";