mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 14:06:02 +01:00
36 lines
276 B
Plaintext
36 lines
276 B
Plaintext
#include "sunxi-u-boot.dtsi"
|
|
|
|
/ {
|
|
soc {
|
|
u-boot,dm-spl;
|
|
};
|
|
};
|
|
|
|
&ccu {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&ext_osc32k {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&osc24M {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&pio {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&rtc {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&uart0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&uart0_pf_pins {
|
|
u-boot,dm-spl;
|
|
};
|