Johan Jonker | 8ba3d406 | 2022-04-15 23:21:39 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
| 3 | #include "rk3288-u-boot.dtsi" |
| 4 | |
| 5 | &dmc { |
| 6 | rockchip,num-channels = <2>; |
| 7 | rockchip,pctl-timing = <0x29a 0xc8 0x1f8 0x42 0x4e 0x4 0xea 0xa |
| 8 | 0x5 0x0 0xa 0x7 0x19 0x24 0xa 0x7 |
| 9 | 0x5 0xa 0x5 0x200 0x5 0x10 0x40 0x0 |
| 10 | 0x1 0x7 0x7 0x4 0xc 0x43 0x100 0x0 |
| 11 | 0x5 0x0>; |
| 12 | rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200 |
| 13 | 0xa60 0x40 0x10 0x0>; |
| 14 | rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xe 0xe>; |
| 15 | rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 5 1>; |
| 16 | }; |
| 17 | |
| 18 | &emmc { |
| 19 | u-boot,dm-pre-reloc; |
| 20 | }; |
| 21 | |
| 22 | &i2c0 { |
| 23 | u-boot,dm-pre-reloc; |
| 24 | |
| 25 | rk818: pmic@1c { |
| 26 | u-boot,dm-pre-reloc; |
| 27 | |
| 28 | regulators { |
| 29 | u-boot,dm-pre-reloc; |
| 30 | }; |
| 31 | }; |
| 32 | }; |
| 33 | |
| 34 | &pinctrl { |
| 35 | u-boot,dm-pre-reloc; |
| 36 | }; |
| 37 | |
| 38 | &sdmmc { |
| 39 | u-boot,dm-pre-reloc; |
| 40 | }; |
| 41 | |
| 42 | &uart2 { |
| 43 | u-boot,dm-pre-reloc; |
| 44 | }; |