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}; 31