summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/wm8750-apc8750.dts
diff options
context:
space:
mode:
authorTony Prisk <linux@prisktech.co.nz>2013-04-23 10:55:57 +1200
committerTony Prisk <linux@prisktech.co.nz>2013-05-12 20:31:12 +1200
commit4606c48051db62db14756e1085fe0f8821a0e116 (patch)
tree0c2f2ad3d60a5ba4c72d3b7db202d4cddef116c4 /arch/arm/boot/dts/wm8750-apc8750.dts
parent7ec13d42f6d7e37fabe09dfd0d257a87f6bf2ee9 (diff)
dts: vt8500: Add devicetree support for WM8750 SoC and APC8750 board
This patch adds support for the WonderMedia WM8750 SoC and the VIA APC8750 board. Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Diffstat (limited to 'arch/arm/boot/dts/wm8750-apc8750.dts')
-rw-r--r--arch/arm/boot/dts/wm8750-apc8750.dts26
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/wm8750-apc8750.dts b/arch/arm/boot/dts/wm8750-apc8750.dts
new file mode 100644
index 000000000000..62675eba9666
--- /dev/null
+++ b/arch/arm/boot/dts/wm8750-apc8750.dts
@@ -0,0 +1,26 @@
+/*
+ * wm8750-apc8750.dts
+ * - Device tree file for VIA APC8750
+ *
+ * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
+ *
+ * Licensed under GPLv2 or later
+ */
+
+/dts-v1/;
+/include/ "wm8750.dtsi"
+
+/ {
+ model = "VIA APC8750";
+};
+
+&pinctrl {
+ pinctrl-names = "default";
+ pinctrl-0 = <&i2c>;
+
+ i2c: i2c {
+ wm,pins = <168 169 170 171>;
+ wm,function = <2>; /* alt */
+ wm,pull = <2>; /* pull-up */
+ };
+};