1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * wm8750-apc8750.dts 4 * - Device tree file for VIA APC8750 5 * 6 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz> 7 */ 8 9/dts-v1/; 10/include/ "wm8750.dtsi" 11 12/ { 13 model = "VIA APC8750"; 14 15 memory@0 { 16 device_type = "memory"; 17 reg = <0x0 0x20000000>; 18 }; 19}; 20 21&pinctrl { 22 pinctrl-names = "default"; 23 pinctrl-0 = <&i2c>; 24 25 i2c: i2c { 26 wm,pins = <168 169 170 171>; 27 wm,function = <2>; /* alt */ 28 wm,pull = <2>; /* pull-up */ 29 }; 30}; 31 32&uart0 { 33 status = "okay"; 34}; 35