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 | }; |