Johan Jonker | 57591e2 | 2022-09-09 22:19:06 +0200 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | |||||
3 | #include "rockchip-u-boot.dtsi" | ||||
4 | |||||
5 | / { | ||||
6 | dmc: dmc@20004000 { | ||||
7 | compatible = "rockchip,rk3128-dmc", "syscon"; | ||||
8 | reg = <0x0 0x20004000 0x0 0x1000>; | ||||
9 | u-boot,dm-pre-reloc; | ||||
10 | }; | ||||
11 | }; | ||||
12 | |||||
13 | &cru { | ||||
14 | u-boot,dm-pre-reloc; | ||||
15 | }; | ||||
16 | |||||
17 | &grf { | ||||
18 | u-boot,dm-pre-reloc; | ||||
19 | }; |