maxims@google.com | d9b88d2 | 2017-01-18 13:44:58 -0800 | [diff] [blame] | 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 | }; | ||||
maxims@google.com | c93adc0 | 2017-04-17 12:00:25 -0700 | [diff] [blame] | 24 | |
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 | }; |