xref: /rk3399_rockchip-uboot/arch/arm/dts/ast2500-evb.dts (revision 8dda2e2f9e0976249f4a390e72f12533dbcb5ef4)
1/dts-v1/;
2
3#include "ast2500-u-boot.dtsi"
4
5/ {
6	memory {
7		device_type = "memory";
8		reg = <0x80000000 0x20000000>;
9	};
10
11	chosen {
12		stdout-path = &uart5;
13	};
14};
15
16&uart5 {
17	u-boot,dm-pre-reloc;
18	status = "okay";
19};
20
21&sdrammc {
22	clock-frequency = <400000000>;
23};
24