summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/vt8500-bv07.dts
diff options
context:
space:
mode:
authorTony Prisk <linux@prisktech.co.nz>2012-08-03 20:54:16 +1200
committerTony Prisk <linux@prisktech.co.nz>2012-09-21 19:23:54 +1200
commitcb935e71577ad0fb5babe34c5494de6a0093693d (patch)
treea01eb836b2e9cb57ecdf6775b4135c7b087d9f74 /arch/arm/boot/dts/vt8500-bv07.dts
parent55d512e245bc7699a8800e23df1a24195dd08217 (diff)
arm: vt8500: Add device tree files for VIA/Wondermedia SoC's
Add device tree files for VT8500, WM8505 and WM8650 SoC's and reference boards. Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Diffstat (limited to 'arch/arm/boot/dts/vt8500-bv07.dts')
-rw-r--r--arch/arm/boot/dts/vt8500-bv07.dts36
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vt8500-bv07.dts b/arch/arm/boot/dts/vt8500-bv07.dts
new file mode 100644
index 000000000000..567cf4e8ab84
--- /dev/null
+++ b/arch/arm/boot/dts/vt8500-bv07.dts
@@ -0,0 +1,36 @@
+/*
+ * vt8500-bv07.dts - Device tree file for Benign BV07 Netbook
+ *
+ * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
+ *
+ * Licensed under GPLv2 or later
+ */
+
+/dts-v1/;
+/include/ "vt8500.dtsi"
+
+/ {
+ model = "Benign BV07 Netbook";
+
+ /*
+ * Display node is based on Sascha Hauer's patch on dri-devel.
+ * Added a bpp property to calculate the size of the framebuffer
+ * until the binding is formalized.
+ */
+ display: display@0 {
+ modes {
+ mode0: mode@0 {
+ hactive = <800>;
+ vactive = <480>;
+ hback-porch = <88>;
+ hfront-porch = <40>;
+ hsync-len = <0>;
+ vback-porch = <32>;
+ vfront-porch = <11>;
+ vsync-len = <1>;
+ clock = <0>; /* unused but required */
+ bpp = <16>; /* non-standard but required */
+ };
+ };
+ };
+};