Kever Yang | e4ea8f3 | 2019-07-09 21:58:50 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright (C) 2019 Rockchip Electronics Co., Ltd |
| 4 | */ |
| 5 | |
| 6 | #include "rk3288-u-boot.dtsi" |
| 7 | |
Johan Jonker | 52a0c68 | 2022-04-15 23:21:39 +0200 | [diff] [blame] | 8 | / { |
| 9 | config { |
| 10 | u-boot,dm-pre-reloc; |
| 11 | u-boot,boot-led = "firefly:green:power"; |
| 12 | }; |
| 13 | |
| 14 | leds { |
| 15 | u-boot,dm-pre-reloc; |
| 16 | |
| 17 | work { |
| 18 | u-boot,dm-pre-reloc; |
| 19 | }; |
| 20 | |
| 21 | power { |
| 22 | u-boot,dm-pre-reloc; |
| 23 | }; |
| 24 | }; |
| 25 | }; |
| 26 | |
| 27 | &dmc { |
| 28 | rockchip,pctl-timing = <0x29a 0xc8 0x1f8 0x42 0x4e 0x4 0xea 0xa |
| 29 | 0x5 0x0 0xa 0x7 0x19 0x24 0xa 0x7 |
| 30 | 0x5 0xa 0x5 0x200 0x5 0x10 0x40 0x0 |
| 31 | 0x1 0x7 0x7 0x4 0xc 0x43 0x100 0x0 |
| 32 | 0x5 0x0>; |
| 33 | rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200 |
| 34 | 0xa60 0x40 0x10 0x0>; |
| 35 | /* Add a dummy value to cause of-platdata think this is bytes */ |
| 36 | rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>; |
| 37 | }; |
| 38 | |
Kever Yang | e4ea8f3 | 2019-07-09 21:58:50 +0800 | [diff] [blame] | 39 | &pinctrl { |
| 40 | u-boot,dm-pre-reloc; |
| 41 | }; |
| 42 | |
| 43 | &uart2 { |
| 44 | u-boot,dm-pre-reloc; |
| 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 | }; |
| 62 | |
Kever Yang | 2ea3add | 2019-07-09 21:58:51 +0800 | [diff] [blame] | 63 | &pcfg_pull_up_drv_12ma { |
Kever Yang | e4ea8f3 | 2019-07-09 21:58:50 +0800 | [diff] [blame] | 64 | u-boot,dm-spl; |
| 65 | }; |
| 66 | |
| 67 | &sdmmc_bus4 { |
| 68 | u-boot,dm-spl; |
| 69 | }; |
| 70 | |
| 71 | &sdmmc_clk { |
| 72 | u-boot,dm-spl; |
| 73 | }; |
| 74 | |
| 75 | &sdmmc_cmd { |
| 76 | u-boot,dm-spl; |
| 77 | }; |
| 78 | |
| 79 | &sdmmc_pwr { |
| 80 | u-boot,dm-spl; |
| 81 | }; |