blob: ebf44fd707f9ad35c29d0053d4722927e8542d60 [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 };
Cédric Le Goaterf55f5652018-10-29 07:06:40 +010014
15 aliases {
16 ethernet0 = &mac0;
17 ethernet1 = &mac1;
18 };
maxims@google.comd9b88d22017-01-18 13:44:58 -080019};
20
21&uart5 {
22 u-boot,dm-pre-reloc;
23 status = "okay";
24};
25
26&sdrammc {
27 clock-frequency = <400000000>;
28};
maxims@google.comc93adc02017-04-17 12:00:25 -070029
30&wdt1 {
31 u-boot,dm-pre-reloc;
32 status = "okay";
33};
34
35&wdt2 {
36 u-boot,dm-pre-reloc;
37 status = "okay";
38};
39
40&wdt3 {
41 u-boot,dm-pre-reloc;
42 status = "okay";
43};
Cédric Le Goaterf55f5652018-10-29 07:06:40 +010044
45&mac0 {
46 status = "okay";
47
48 phy-mode = "rgmii";
49
50 pinctrl-names = "default";
51 pinctrl-0 = <&pinctrl_mac1link_default &pinctrl_mdio1_default>;
52};
53
54&mac1 {
55 status = "okay";
56
57 phy-mode = "rgmii";
58
59 pinctrl-names = "default";
60 pinctrl-0 = <&pinctrl_mac2link_default &pinctrl_mdio2_default>;
61};