mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 05:56:02 +01:00
27 lines
264 B
Plaintext
27 lines
264 B
Plaintext
/ {
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x50000000 0x4000000>;
|
|
};
|
|
};
|
|
|
|
&glb_clk {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&gpio {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&hbn_clk {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pds_clk {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&uart1_pins {
|
|
u-boot,dm-pre-reloc;
|
|
};
|