xref: /freebsd/sys/contrib/device-tree/Bindings/mfd/aspeed-gfx.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot* Device tree bindings for Aspeed SoC Display Controller (GFX)
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotThe Aspeed SoC Display Controller primarily does as its name suggests, but also
4*c66ec88fSEmmanuel Vadotparticipates in pinmux requests on the g5 SoCs. It is therefore considered a
5*c66ec88fSEmmanuel Vadotsyscon device.
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel VadotRequired properties:
8*c66ec88fSEmmanuel Vadot- compatible:		"aspeed,ast2500-gfx", "syscon"
9*c66ec88fSEmmanuel Vadot- reg:			contains offset/length value of the GFX memory
10*c66ec88fSEmmanuel Vadot			region.
11*c66ec88fSEmmanuel Vadot
12*c66ec88fSEmmanuel VadotExample:
13*c66ec88fSEmmanuel Vadot
14*c66ec88fSEmmanuel Vadotgfx: display@1e6e6000 {
15*c66ec88fSEmmanuel Vadot	compatible = "aspeed,ast2500-gfx", "syscon";
16*c66ec88fSEmmanuel Vadot	reg = <0x1e6e6000 0x1000>;
17*c66ec88fSEmmanuel Vadot};
18