1f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later 2f126890aSEmmanuel Vadot/* 3f126890aSEmmanuel Vadot * wm8505-ref.dts - Device tree file for Wondermedia WM8505 reference netbook 4f126890aSEmmanuel Vadot * 5f126890aSEmmanuel Vadot * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz> 6f126890aSEmmanuel Vadot */ 7f126890aSEmmanuel Vadot 8f126890aSEmmanuel Vadot/dts-v1/; 9f126890aSEmmanuel Vadot/include/ "wm8505.dtsi" 10f126890aSEmmanuel Vadot 11f126890aSEmmanuel Vadot/ { 12f126890aSEmmanuel Vadot model = "Wondermedia WM8505 Netbook"; 13f126890aSEmmanuel Vadot}; 14f126890aSEmmanuel Vadot 15f126890aSEmmanuel Vadot&fb { 16f126890aSEmmanuel Vadot bits-per-pixel = <32>; 17f126890aSEmmanuel Vadot display-timings { 18f126890aSEmmanuel Vadot native-mode = <&timing0>; 19*0e8011faSEmmanuel Vadot timing0: timing-800x480 { 20f126890aSEmmanuel Vadot clock-frequency = <0>; /* unused but required */ 21f126890aSEmmanuel Vadot hactive = <800>; 22f126890aSEmmanuel Vadot vactive = <480>; 23f126890aSEmmanuel Vadot hfront-porch = <40>; 24f126890aSEmmanuel Vadot hback-porch = <88>; 25f126890aSEmmanuel Vadot hsync-len = <0>; 26f126890aSEmmanuel Vadot vback-porch = <32>; 27f126890aSEmmanuel Vadot vfront-porch = <11>; 28f126890aSEmmanuel Vadot vsync-len = <1>; 29f126890aSEmmanuel Vadot }; 30f126890aSEmmanuel Vadot }; 31f126890aSEmmanuel Vadot}; 32f126890aSEmmanuel Vadot 33f126890aSEmmanuel Vadot&uart0 { 34f126890aSEmmanuel Vadot status = "okay"; 35f126890aSEmmanuel Vadot}; 36