blob: 723941ac0beea72f8416833852c721a7b4161031 [file] [log] [blame]
maxims@google.comd9b88d22017-01-18 13:44:58 -08001/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};
maxims@google.comc93adc02017-04-17 12:00:25 -070024
25&wdt1 {
26 u-boot,dm-pre-reloc;
27 status = "okay";
28};
29
30&wdt2 {
31 u-boot,dm-pre-reloc;
32 status = "okay";
33};
34
35&wdt3 {
36 u-boot,dm-pre-reloc;
37 status = "okay";
38};