xref: /freebsd/sys/contrib/device-tree/Bindings/display/fsl,tcon.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotDevice Tree bindings for Freescale TCON Driver
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible:		Should be one of
5*c66ec88fSEmmanuel Vadot	* "fsl,vf610-tcon".
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel Vadot- reg:			Address and length of the register set for tcon.
8*c66ec88fSEmmanuel Vadot- clocks:		From common clock binding: handle to tcon ipg clock.
9*c66ec88fSEmmanuel Vadot- clock-names:		From common clock binding: Shall be "ipg".
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel VadotExamples:
12*c66ec88fSEmmanuel Vadottiming-controller@4003d000 {
13*c66ec88fSEmmanuel Vadot	compatible = "fsl,vf610-tcon";
14*c66ec88fSEmmanuel Vadot	reg = <0x4003d000 0x1000>;
15*c66ec88fSEmmanuel Vadot	clocks = <&clks VF610_CLK_TCON0>;
16*c66ec88fSEmmanuel Vadot	clock-names = "ipg";
17*c66ec88fSEmmanuel Vadot};
18