mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
b919d43af5
Move all rk3128 u-boot specific properties in separate dtsi files. Sort emmc node. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
19 lines
277 B
Text
19 lines
277 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#include "rockchip-u-boot.dtsi"
|
|
|
|
/ {
|
|
dmc: dmc@20004000 {
|
|
compatible = "rockchip,rk3128-dmc", "syscon";
|
|
reg = <0x0 0x20004000 0x0 0x1000>;
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
|
|
&cru {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&grf {
|
|
u-boot,dm-pre-reloc;
|
|
};
|