2019-07-01 03:49:10 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2019 Rockchip Electronics Co., Ltd
|
|
|
|
*/
|
|
|
|
|
2020-01-09 18:46:21 +00:00
|
|
|
#include "rockchip-u-boot.dtsi"
|
2020-07-19 19:56:12 +00:00
|
|
|
#include "rockchip-optee.dtsi"
|
2020-01-09 18:46:21 +00:00
|
|
|
|
2019-07-09 13:58:54 +00:00
|
|
|
/ {
|
|
|
|
chosen {
|
|
|
|
u-boot,spl-boot-order = \
|
|
|
|
"same-as-spl", &emmc, &sdmmc;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-07-19 19:55:57 +00:00
|
|
|
#ifdef CONFIG_ROCKCHIP_SPI_IMAGE
|
|
|
|
&binman {
|
|
|
|
rom {
|
|
|
|
filename = "u-boot.rom";
|
|
|
|
size = <0x400000>;
|
|
|
|
pad-byte = <0xff>;
|
|
|
|
|
|
|
|
mkimage {
|
|
|
|
args = "-n rk3288 -T rkspi";
|
|
|
|
u-boot-spl {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
u-boot-img {
|
|
|
|
offset = <0x20000>;
|
|
|
|
};
|
|
|
|
u-boot {
|
|
|
|
offset = <0x300000>;
|
|
|
|
};
|
|
|
|
fdtmap {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
#endif
|
|
|
|
|
2019-07-01 03:49:10 +00:00
|
|
|
&dmc {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
&pmu {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
&sgrf {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
&cru {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
&grf {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
&vopb {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
&vopl {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
&noc {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
2020-06-25 04:10:15 +00:00
|
|
|
|
|
|
|
&gpio7 {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|