Xu Ziyuan | 535b3dc | 2016-08-01 08:46:19 +0800 | [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-miniarm.dtsi" |
| 9 | |
| 10 | / { |
| 11 | model = "Miniarm-RK3288"; |
| 12 | compatible = "rockchip,rk3288-miniarm", "rockchip,rk3288"; |
| 13 | |
| 14 | chosen { |
| 15 | stdout-path = &uart2; |
| 16 | }; |
| 17 | }; |
| 18 | |
| 19 | &dmc { |
| 20 | rockchip,num-channels = <2>; |
| 21 | rockchip,pctl-timing = <0x29a 0xc8 0x1f8 0x42 0x4e 0x4 0xea 0xa |
| 22 | 0x5 0x0 0xa 0x7 0x19 0x24 0xa 0x7 |
| 23 | 0x5 0xa 0x5 0x200 0x5 0x10 0x40 0x0 |
| 24 | 0x1 0x7 0x7 0x4 0xc 0x43 0x100 0x0 |
| 25 | 0x5 0x0>; |
| 26 | rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200 |
| 27 | 0xa60 0x40 0x10 0x0>; |
| 28 | /* Add a dummy value to cause of-platdata think this is bytes */ |
| 29 | rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xf 0xf 0xff>; |
| 30 | rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>; |
| 31 | }; |
| 32 | |
| 33 | |
| 34 | &pinctrl { |
| 35 | u-boot,dm-pre-reloc; |
| 36 | }; |
| 37 | |
| 38 | &pwm1 { |
| 39 | status = "okay"; |
| 40 | }; |
| 41 | |
| 42 | &uart2 { |
| 43 | u-boot,dm-pre-reloc; |
| 44 | reg-shift = <2>; |
| 45 | }; |
| 46 | |
| 47 | &sdmmc { |
| 48 | u-boot,dm-pre-reloc; |
| 49 | }; |
| 50 | |
| 51 | &emmc { |
| 52 | u-boot,dm-pre-reloc; |
| 53 | }; |
| 54 | |
| 55 | &gpio3 { |
| 56 | u-boot,dm-pre-reloc; |
| 57 | }; |
| 58 | |
| 59 | &gpio8 { |
| 60 | u-boot,dm-pre-reloc; |
| 61 | }; |