1 Device Tree bindings for Freescale DCU DRM Dri 2 3 Required properties: 4 - compatible: Should be one of 5 * "fsl,ls1021a-dcu". 6 * "fsl,vf610-dcu". 7 8 - reg: Address and length of 9 - clocks: Handle to "dcu" and "p 10 This can be the same c 11 See ../clocks/clock-bi 12 - clock-names: Should be "dcu" and "p 13 See ../clocks/clock-bi 14 - big-endian Boolean property, LS10 15 - port Video port for the pan 16 17 Optional properties: 18 - fsl,tcon: The phandle to the tim 19 20 Examples: 21 dcu: dcu@2ce0000 { 22 compatible = "fsl,ls1021a-dcu"; 23 reg = <0x0 0x2ce0000 0x0 0x10000>; 24 clocks = <&platform_clk 0>, <&platform 25 clock-names = "dcu", "pix"; 26 big-endian; 27 fsl,tcon = <&tcon>; 28 29 port { 30 dcu_out: endpoint { 31 remote-endpoint = <&pa 32 }; 33 }; 34 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.