diff options
Diffstat (limited to 'arch/arm/boot/dts/wm8750-apc8750.dts')
-rw-r--r-- | arch/arm/boot/dts/wm8750-apc8750.dts | 30 |
1 files changed, 30 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..37e4a408bf39 --- /dev/null +++ b/arch/arm/boot/dts/wm8750-apc8750.dts | |||
@@ -0,0 +1,30 @@ | |||
1 | /* | ||
2 | * wm8750-apc8750.dts | ||
3 | * - Device tree file for VIA APC8750 | ||
4 | * | ||
5 | * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz> | ||
6 | * | ||
7 | * Licensed under GPLv2 or later | ||
8 | */ | ||
9 | |||
10 | /dts-v1/; | ||
11 | /include/ "wm8750.dtsi" | ||
12 | |||
13 | / { | ||
14 | model = "VIA APC8750"; | ||
15 | }; | ||
16 | |||
17 | &pinctrl { | ||
18 | pinctrl-names = "default"; | ||
19 | pinctrl-0 = <&i2c>; | ||
20 | |||
21 | i2c: i2c { | ||
22 | wm,pins = <168 169 170 171>; | ||
23 | wm,function = <2>; /* alt */ | ||
24 | wm,pull = <2>; /* pull-up */ | ||
25 | }; | ||
26 | }; | ||
27 | |||
28 | &uart0 { | ||
29 | status = "okay"; | ||
30 | }; | ||