Tom Rini | 4549e78 | 2018-05-06 18:27:01 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2016 Rockchip Electronics Co., Ltd |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | /dts-v1/; |
Eddie Cai | 6f27976 | 2017-01-18 11:03:54 +0800 | [diff] [blame] | 7 | #include "rk3288-tinker.dtsi" |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 8 | |
| 9 | / { |
Eddie Cai | 6f27976 | 2017-01-18 11:03:54 +0800 | [diff] [blame] | 10 | model = "Tinker-RK3288"; |
| 11 | compatible = "rockchip,rk3288-tinker", "rockchip,rk3288"; |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 12 | |
| 13 | chosen { |
| 14 | stdout-path = &uart2; |
| 15 | }; |
| 16 | }; |
| 17 | |
| 18 | &dmc { |
Jacob Chen | a8830a1 | 2016-11-15 12:01:47 +0800 | [diff] [blame] | 19 | rockchip,pctl-timing = <0x215 0xc8 0x0 0x35 0x26 0x2 0x70 0x2000d |
| 20 | 0x6 0x0 0x8 0x4 0x17 0x24 0xd 0x6 |
| 21 | 0x4 0x8 0x4 0x76 0x4 0x0 0x30 0x0 |
| 22 | 0x1 0x2 0x2 0x4 0x0 0x0 0xc0 0x4 |
| 23 | 0x8 0x1f4>; |
| 24 | rockchip,phy-timing = <0x48d7dd93 0x187008d8 0x121076 |
| 25 | 0x0 0xc3 0x6 0x2>; |
| 26 | rockchip,sdram-params = <0x20d266a4 0x5b6 2 533000000 6 9 0>; |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 27 | }; |
| 28 | |
| 29 | |
| 30 | &pinctrl { |
| 31 | u-boot,dm-pre-reloc; |
Eddie Cai | e9eb0cb | 2017-03-07 12:46:00 +0800 | [diff] [blame] | 32 | |
| 33 | usb { |
| 34 | host_vbus_drv: host-vbus-drv { |
| 35 | rockchip,pins = <0 14 RK_FUNC_GPIO &pcfg_pull_none>; |
| 36 | }; |
| 37 | }; |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 38 | }; |
| 39 | |
| 40 | &pwm1 { |
| 41 | status = "okay"; |
| 42 | }; |
| 43 | |
| 44 | &uart2 { |
| 45 | u-boot,dm-pre-reloc; |
| 46 | reg-shift = <2>; |
| 47 | }; |
| 48 | |
Eddie Cai | e9eb0cb | 2017-03-07 12:46:00 +0800 | [diff] [blame] | 49 | &usb_host1 { |
| 50 | vbus-supply = <&vcc5v0_host>; |
| 51 | status = "okay"; |
| 52 | }; |
| 53 | |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 54 | &sdmmc { |
| 55 | u-boot,dm-pre-reloc; |
| 56 | }; |
| 57 | |
| 58 | &emmc { |
| 59 | u-boot,dm-pre-reloc; |
| 60 | }; |
| 61 | |
| 62 | &gpio3 { |
| 63 | u-boot,dm-pre-reloc; |
| 64 | }; |
| 65 | |
| 66 | &gpio8 { |
| 67 | u-boot,dm-pre-reloc; |
| 68 | }; |
Jonas Karlman | ecc3bd7 | 2017-04-22 08:57:54 +0000 | [diff] [blame] | 69 | |
| 70 | &i2c2 { |
| 71 | m24c08@50 { |
| 72 | compatible = "at,24c08", "i2c-eeprom"; |
| 73 | reg = <0x50>; |
| 74 | }; |
| 75 | }; |