mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-13 21:46:00 +01:00
77 lines
701 B
Plaintext
77 lines
701 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
|
|
#include "binman.dtsi"
|
|
|
|
/ {
|
|
cpus {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
soc {
|
|
u-boot,dm-spl;
|
|
};
|
|
};
|
|
|
|
&binman {
|
|
u-boot-sunxi-with-spl {
|
|
filename = "u-boot-sunxi-with-spl.bin";
|
|
pad-byte = <0xff>;
|
|
|
|
blob@0 {
|
|
filename = "spl/sunxi-spl.bin";
|
|
};
|
|
|
|
blob@1 {
|
|
filename = "u-boot.itb";
|
|
};
|
|
};
|
|
};
|
|
|
|
&ccu {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&cpu0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&dcxo {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&mbus {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&mmc0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&mmc0_pins {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&pio {
|
|
u-boot,dm-spl;
|
|
|
|
uart0-pb8-pins {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
uart3-pb-pins {
|
|
u-boot,dm-spl;
|
|
};
|
|
};
|
|
|
|
&rtc {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&uart0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&uart3 {
|
|
u-boot,dm-spl;
|
|
};
|