Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 /*
0003  * wm8750-apc8750.dts
0004  *  - Device tree file for VIA APC8750
0005  *
0006  * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
0007  */
0008 
0009 /dts-v1/;
0010 /include/ "wm8750.dtsi"
0011 
0012 / {
0013         model = "VIA APC8750";
0014 };
0015 
0016 &pinctrl {
0017         pinctrl-names = "default";
0018         pinctrl-0 = <&i2c>;
0019 
0020         i2c: i2c {
0021                 wm,pins = <168 169 170 171>;
0022                 wm,function = <2>;      /* alt */
0023                 wm,pull = <2>;  /* pull-up */
0024         };
0025 };
0026 
0027 &uart0 {
0028         status = "okay";
0029 };