Lines Matching +full:device +full:- +full:sram
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/bus/allwinner,sun50i-a64-de2.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
15 pattern: "^bus(@[0-9a-f]+)?$"
17 "#address-cells":
20 "#size-cells":
25 - const: allwinner,sun50i-a64-de2
26 - items:
27 - const: allwinner,sun50i-h6-de3
28 - const: allwinner,sun50i-a64-de2
33 allwinner,sram:
35 The SRAM that needs to be claimed to access the display engine
37 $ref: /schemas/types.yaml#/definitions/phandle-array
39 - items:
40 - description: phandle to SRAM
41 - description: register value for device
46 # All other properties should be child nodes with unit-address and 'reg'
47 "^[a-zA-Z][a-zA-Z0-9,+\\-._]{0,63}@[0-9a-fA-F]+$":
54 - reg
57 - compatible
58 - reg
59 - "#address-cells"
60 - "#size-cells"
61 - ranges
62 - allwinner,sram
67 - |
69 compatible = "allwinner,sun50i-a64-de2";
71 allwinner,sram = <&de2_sram 1>;
72 #address-cells = <1>;
73 #size-cells = <1>;
77 compatible = "allwinner,sun50i-a64-de2-clk";
80 clock-names = "bus", "mod";
82 #clock-cells = <1>;
83 #reset-cells = <1>;