blob: aea5370efd970a7420aa3097729c7bd6a49bc5a9 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001* Device tree bindings for Aspeed SoC Display Controller (GFX)
2
3The Aspeed SoC Display Controller primarily does as its name suggests, but also
4participates in pinmux requests on the g5 SoCs. It is therefore considered a
5syscon device.
6
7Required properties:
8- compatible: "aspeed,ast2500-gfx", "syscon"
9- reg: contains offset/length value of the GFX memory
10 region.
11
12Example:
13
14gfx: display@1e6e6000 {
15 compatible = "aspeed,ast2500-gfx", "syscon";
16 reg = <0x1e6e6000 0x1000>;
17};