smaeul-u-boot/arch/riscv/dts/sunxi-u-boot.dtsi
Samuel Holland cf5606cc19 riscv: dts: Add Allwinner D1 devicetrees
This includes the U-boot overlay needed for binman and SPL.

Signed-off-by: Samuel Holland <samuel@sholland.org>
2023-10-31 02:48:34 -05:00

82 lines
807 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
#include "binman.dtsi"
/ {
cpus {
bootph-all;
};
soc {
bootph-all;
};
};
&binman {
u-boot-sunxi-with-spl {
filename = "u-boot-sunxi-with-spl.bin";
pad-byte = <0xff>;
blob@0 {
/*
* This value matches SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
* and SYS_SPI_U_BOOT_OFFS if those are defined.
*/
min-size = <0x8000>;
filename = "spl/sunxi-spl.bin";
};
blob@1 {
filename = "u-boot.itb";
};
};
};
&ccu {
bootph-all;
};
&cpu0 {
bootph-all;
};
&dcxo {
bootph-all;
};
&mbus {
bootph-all;
};
&mmc0 {
bootph-all;
};
&mmc0_pins {
bootph-all;
};
&pio {
bootph-all;
uart0-pb8-pins {
bootph-all;
};
uart3-pb-pins {
bootph-all;
};
};
&rtc {
bootph-all;
};
&uart0 {
bootph-all;
};
&uart3 {
bootph-all;
};