1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Author: Anthoine Bourgeois <anthoine.bourgois@gmail.com> 4*f126890aSEmmanuel Vadot */ 5*f126890aSEmmanuel Vadot/dts-v1/; 6*f126890aSEmmanuel Vadot 7*f126890aSEmmanuel Vadot/* 8*f126890aSEmmanuel Vadot * 4.3'' LCD panel sold with devkit8000 board 9*f126890aSEmmanuel Vadot */ 10*f126890aSEmmanuel Vadot 11*f126890aSEmmanuel Vadot#include "omap3-devkit8000-lcd-common.dtsi" 12*f126890aSEmmanuel Vadot/ { 13*f126890aSEmmanuel Vadot model = "TimLL OMAP3 Devkit8000 with 4.3'' LCD panel"; 14*f126890aSEmmanuel Vadot compatible = "timll,omap3-devkit8000", "ti,omap3430", "ti,omap3"; 15*f126890aSEmmanuel Vadot 16*f126890aSEmmanuel Vadot lcd0: display { 17*f126890aSEmmanuel Vadot panel-timing { 18*f126890aSEmmanuel Vadot clock-frequency = <10164705>; 19*f126890aSEmmanuel Vadot hactive = <480>; 20*f126890aSEmmanuel Vadot vactive = <272>; 21*f126890aSEmmanuel Vadot hfront-porch = <2>; 22*f126890aSEmmanuel Vadot hback-porch = <2>; 23*f126890aSEmmanuel Vadot hsync-len = <41>; 24*f126890aSEmmanuel Vadot vback-porch = <2>; 25*f126890aSEmmanuel Vadot vfront-porch = <2>; 26*f126890aSEmmanuel Vadot vsync-len = <10>; 27*f126890aSEmmanuel Vadot 28*f126890aSEmmanuel Vadot hsync-active = <0>; 29*f126890aSEmmanuel Vadot vsync-active = <0>; 30*f126890aSEmmanuel Vadot de-active = <1>; 31*f126890aSEmmanuel Vadot pixelclk-active = <1>; 32*f126890aSEmmanuel Vadot }; 33*f126890aSEmmanuel Vadot }; 34*f126890aSEmmanuel Vadot}; 35