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