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