2022-12-14 17:51:10 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "rockchip-u-boot.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
chosen {
|
|
|
|
u-boot,spl-boot-order = \
|
|
|
|
"same-as-spl", &emmc, &sdmmc;
|
|
|
|
};
|
|
|
|
|
|
|
|
dmc {
|
|
|
|
compatible = "rockchip,rv1126-dmc";
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-12-14 17:51:10 +00:00
|
|
|
};
|
2023-10-31 02:07:15 +00:00
|
|
|
|
|
|
|
otp: otp@ff5c0000 {
|
|
|
|
compatible = "rockchip,rv1126-otp";
|
|
|
|
reg = <0xff5c0000 0x1000>;
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
cpu_id: id@7 {
|
|
|
|
reg = <0x07 0x10>;
|
|
|
|
};
|
|
|
|
};
|
2022-12-14 17:51:10 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&gpio0 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2022-12-14 17:51:10 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&gpio1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2022-12-14 17:51:10 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&grf {
|
2023-10-30 13:12:41 +00:00
|
|
|
bootph-all;
|
2022-12-14 17:51:10 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pmu {
|
2023-10-30 13:12:41 +00:00
|
|
|
bootph-all;
|
2022-12-14 17:51:10 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pmugrf {
|
2023-10-30 13:12:41 +00:00
|
|
|
bootph-all;
|
2022-12-14 17:51:10 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&xin24m {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2022-12-14 17:51:10 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&cru {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2022-12-14 17:51:10 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pmucru {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2022-12-14 17:51:10 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&sdmmc {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2022-12-14 17:51:10 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&emmc {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2022-12-14 17:51:10 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2022-12-14 17:51:10 +00:00
|
|
|
};
|