blob: 8ac42157455703b922eb467486ebacc9350c7555 [file] [log] [blame]
maxims@google.com14e4b142017-01-18 13:44:56 -08001#include <dt-bindings/clock/ast2500-scu.h>
maxims@google.comc93adc02017-04-17 12:00:25 -07002#include <dt-bindings/reset/ast2500-reset.h>
maxims@google.com14e4b142017-01-18 13:44:56 -08003
4#include "ast2500.dtsi"
5
6/ {
7 scu: clock-controller@1e6e2000 {
8 compatible = "aspeed,ast2500-scu";
9 reg = <0x1e6e2000 0x1000>;
10 u-boot,dm-pre-reloc;
11 #clock-cells = <1>;
12 #reset-cells = <1>;
13 };
14
maxims@google.comc93adc02017-04-17 12:00:25 -070015 rst: reset-controller {
16 u-boot,dm-pre-reloc;
17 compatible = "aspeed,ast2500-reset";
18 aspeed,wdt = <&wdt1>;
19 #reset-cells = <1>;
20 };
21
maxims@google.com14e4b142017-01-18 13:44:56 -080022 sdrammc: sdrammc@1e6e0000 {
23 u-boot,dm-pre-reloc;
24 compatible = "aspeed,ast2500-sdrammc";
25 reg = <0x1e6e0000 0x174
26 0x1e6e0200 0x1d4 >;
maxims@google.comc93adc02017-04-17 12:00:25 -070027 #reset-cells = <1>;
maxims@google.com14e4b142017-01-18 13:44:56 -080028 clocks = <&scu PLL_MPLL>;
maxims@google.comc93adc02017-04-17 12:00:25 -070029 resets = <&rst AST_RESET_SDRAM>;
maxims@google.com14e4b142017-01-18 13:44:56 -080030 };
31
32 ahb {
33 u-boot,dm-pre-reloc;
34
35 apb {
36 u-boot,dm-pre-reloc;
Eddie James30231e02019-08-15 14:29:40 -050037
38 sdhci0: sdhci@1e740100 {
39 compatible = "aspeed,ast2500-sdhci";
40 reg = <0x1e740100>;
41 #reset-cells = <1>;
42 clocks = <&scu BCLK_SDCLK>;
43 resets = <&rst AST_RESET_SDIO>;
44 };
45
46 sdhci1: sdhci@1e740200 {
47 compatible = "aspeed,ast2500-sdhci";
48 reg = <0x1e740200>;
49 #reset-cells = <1>;
50 clocks = <&scu BCLK_SDCLK>;
51 resets = <&rst AST_RESET_SDIO>;
52 };
maxims@google.com14e4b142017-01-18 13:44:56 -080053 };
maxims@google.comd5c16d02017-04-17 12:00:34 -070054
maxims@google.com14e4b142017-01-18 13:44:56 -080055 };
56};
maxims@google.com3b959022017-04-17 12:00:32 -070057
maxims@google.comd5c16d02017-04-17 12:00:34 -070058&uart1 {
59 clocks = <&scu PCLK_UART1>;
60};
61
62&uart2 {
63 clocks = <&scu PCLK_UART2>;
64};
65
66&uart3 {
67 clocks = <&scu PCLK_UART3>;
68};
69
70&uart4 {
71 clocks = <&scu PCLK_UART4>;
72};
73
74&uart5 {
75 clocks = <&scu PCLK_UART5>;
76};
77
78&timer {
79 u-boot,dm-pre-reloc;
80};
81
maxims@google.com3b959022017-04-17 12:00:32 -070082&mac0 {
83 clocks = <&scu PCLK_MAC1>, <&scu PLL_D2PLL>;
84};
85
86&mac1 {
87 clocks = <&scu PCLK_MAC2>, <&scu PLL_D2PLL>;
88};