Lines Matching +full:big +full:- +full:endian
4 - compatible: Should be one of
5 * "fsl,ls1021a-dcu".
6 * "fsl,vf610-dcu".
8 - reg: Address and length of the register set for dcu.
9 - clocks: Handle to "dcu" and "pix" clock (in the order below)
11 See ../clocks/clock-bindings.txt for details.
12 - clock-names: Should be "dcu" and "pix"
13 See ../clocks/clock-bindings.txt for details.
14 - big-endian Boolean property, LS1021A DCU registers are big-endian.
15 - port Video port for the panel output
18 - fsl,tcon: The phandle to the timing controller node.
22 compatible = "fsl,ls1021a-dcu";
25 clock-names = "dcu", "pix";
26 big-endian;
31 remote-endpoint = <&panel_out>;