Jernej Skrabec | 7da8680 | 2017-03-30 01:23:14 +0200 | [diff] [blame^] | 1 | /* |
| 2 | * (C) Copyright 2016 Rockchip Electronics Co., Ltd |
| 3 | * |
| 4 | * SPDX-License-Identifier: GPL-2.0+ X11 |
| 5 | */ |
| 6 | |
| 7 | /dts-v1/; |
| 8 | #include "rk3288-miqi.dtsi" |
| 9 | |
| 10 | / { |
| 11 | model = "mqmaker MiQi"; |
| 12 | compatible = "mqmaker,miqi", "rockchip,rk3288"; |
| 13 | |
| 14 | chosen { |
| 15 | stdout-path = "serial2:115200n8"; |
| 16 | }; |
| 17 | }; |
| 18 | |
| 19 | &dmc { |
| 20 | rockchip,pctl-timing = <0x29a 0xc8 0x1f8 0x42 0x4e 0x4 0xea 0xa |
| 21 | 0x5 0x0 0xa 0x7 0x19 0x24 0xa 0x7 |
| 22 | 0x5 0xa 0x5 0x200 0x5 0x10 0x40 0x0 |
| 23 | 0x1 0x7 0x7 0x4 0xc 0x43 0x100 0x0 |
| 24 | 0x5 0x0>; |
| 25 | rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200 |
| 26 | 0xa60 0x40 0x10 0x0>; |
| 27 | rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>; |
| 28 | }; |
| 29 | |
| 30 | |
| 31 | &pinctrl { |
| 32 | u-boot,dm-pre-reloc; |
| 33 | }; |
| 34 | |
| 35 | &uart2 { |
| 36 | u-boot,dm-pre-reloc; |
| 37 | reg-shift = <2>; |
| 38 | }; |
| 39 | |
| 40 | &sdmmc { |
| 41 | u-boot,dm-pre-reloc; |
| 42 | }; |
| 43 | |
| 44 | &emmc { |
| 45 | u-boot,dm-pre-reloc; |
| 46 | }; |