Back to home page

OSCL-LXR

 
 

    


0001 * Device tree bindings for Aspeed SoC Display Controller (GFX)
0002 
0003 The Aspeed SoC Display Controller primarily does as its name suggests, but also
0004 participates in pinmux requests on the g5 SoCs. It is therefore considered a
0005 syscon device.
0006 
0007 Required properties:
0008 - compatible:           "aspeed,ast2500-gfx", "syscon"
0009 - reg:                  contains offset/length value of the GFX memory
0010                         region.
0011 
0012 Example:
0013 
0014 gfx: display@1e6e6000 {
0015         compatible = "aspeed,ast2500-gfx", "syscon";
0016         reg = <0x1e6e6000 0x1000>;
0017 };