arm: dts: lx2160aqds: add MDIO slots
[oweals/u-boot.git] / arch / arm / dts / rk3288-tinker.dts
1 // SPDX-License-Identifier: GPL-2.0+ OR X11
2 /*
3  * (C) Copyright 2016 Rockchip Electronics Co., Ltd
4  */
5
6 /dts-v1/;
7 #include "rk3288-tinker.dtsi"
8
9 / {
10         model = "Tinker-RK3288";
11         compatible = "rockchip,rk3288-tinker", "rockchip,rk3288";
12
13         chosen {
14                 stdout-path = &uart2;
15         };
16 };
17
18 &pinctrl {
19         usb {
20                 host_vbus_drv: host-vbus-drv {
21                         rockchip,pins = <0 14 RK_FUNC_GPIO &pcfg_pull_none>;
22                 };
23         };
24 };
25
26 &pwm1 {
27         status = "okay";
28 };
29
30 &uart2 {
31         reg-shift = <2>;
32 };
33
34 &usb_host1 {
35         vbus-supply = <&vcc5v0_host>;
36         status = "okay";
37 };
38
39 &i2c2 {
40     m24c08@50 {
41         compatible = "at,24c08", "i2c-eeprom";
42         reg = <0x50>;
43     };
44 };