Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 /*
0003  * wm8650-mid.dts - Device tree file for Wondermedia WM8650-MID Tablet
0004  *
0005  * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
0006  */
0007 
0008 /dts-v1/;
0009 /include/ "wm8650.dtsi"
0010 
0011 / {
0012         model = "Wondermedia WM8650-MID Tablet";
0013 };
0014 
0015 &fb {
0016         bits-per-pixel = <16>;
0017 
0018         display-timings {
0019                 native-mode = <&timing0>;
0020                 timing0: 800x480 {
0021                         clock-frequency = <0>; /* unused but required */
0022                         hactive = <800>;
0023                         vactive = <480>;
0024                         hfront-porch = <40>;
0025                         hback-porch = <88>;
0026                         hsync-len = <0>;
0027                         vback-porch = <32>;
0028                         vfront-porch = <11>;
0029                         vsync-len = <1>;
0030                 };
0031         };
0032 };
0033 
0034 &uart0 {
0035         status = "okay";
0036 };