18c2ecf20Sopenharmony_ciDevice Tree bindings for Freescale TCON Driver
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible:		Should be one of
58c2ecf20Sopenharmony_ci	* "fsl,vf610-tcon".
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci- reg:			Address and length of the register set for tcon.
88c2ecf20Sopenharmony_ci- clocks:		From common clock binding: handle to tcon ipg clock.
98c2ecf20Sopenharmony_ci- clock-names:		From common clock binding: Shall be "ipg".
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciExamples:
128c2ecf20Sopenharmony_citiming-controller@4003d000 {
138c2ecf20Sopenharmony_ci	compatible = "fsl,vf610-tcon";
148c2ecf20Sopenharmony_ci	reg = <0x4003d000 0x1000>;
158c2ecf20Sopenharmony_ci	clocks = <&clks VF610_CLK_TCON0>;
168c2ecf20Sopenharmony_ci	clock-names = "ipg";
178c2ecf20Sopenharmony_ci};
18