mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 22:03:15 +00:00
24 lines
262 B
Text
24 lines
262 B
Text
|
/dts-v1/;
|
||
|
|
||
|
#include "ast2500-u-boot.dtsi"
|
||
|
|
||
|
/ {
|
||
|
memory {
|
||
|
device_type = "memory";
|
||
|
reg = <0x80000000 0x20000000>;
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = &uart5;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart5 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&sdrammc {
|
||
|
clock-frequency = <400000000>;
|
||
|
};
|