2017-01-18 21:44:56 +00:00
|
|
|
#include <dt-bindings/clock/ast2500-scu.h>
|
2017-04-17 19:00:25 +00:00
|
|
|
#include <dt-bindings/reset/ast2500-reset.h>
|
2017-01-18 21:44:56 +00:00
|
|
|
|
|
|
|
#include "ast2500.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
scu: clock-controller@1e6e2000 {
|
|
|
|
compatible = "aspeed,ast2500-scu";
|
|
|
|
reg = <0x1e6e2000 0x1000>;
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
#clock-cells = <1>;
|
|
|
|
#reset-cells = <1>;
|
|
|
|
};
|
|
|
|
|
2017-04-17 19:00:25 +00:00
|
|
|
rst: reset-controller {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
compatible = "aspeed,ast2500-reset";
|
|
|
|
aspeed,wdt = <&wdt1>;
|
|
|
|
#reset-cells = <1>;
|
|
|
|
};
|
|
|
|
|
2017-01-18 21:44:56 +00:00
|
|
|
sdrammc: sdrammc@1e6e0000 {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
compatible = "aspeed,ast2500-sdrammc";
|
|
|
|
reg = <0x1e6e0000 0x174
|
|
|
|
0x1e6e0200 0x1d4 >;
|
2017-04-17 19:00:25 +00:00
|
|
|
#reset-cells = <1>;
|
2017-01-18 21:44:56 +00:00
|
|
|
clocks = <&scu PLL_MPLL>;
|
2017-04-17 19:00:25 +00:00
|
|
|
resets = <&rst AST_RESET_SDRAM>;
|
2017-01-18 21:44:56 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
ahb {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
|
|
|
|
apb {
|
|
|
|
u-boot,dm-pre-reloc;
|
2017-04-17 19:00:34 +00:00
|
|
|
};
|
2017-01-18 21:44:56 +00:00
|
|
|
|
2017-04-17 19:00:34 +00:00
|
|
|
};
|
|
|
|
};
|
2017-01-18 21:44:56 +00:00
|
|
|
|
2017-04-17 19:00:34 +00:00
|
|
|
&uart1 {
|
|
|
|
clocks = <&scu PCLK_UART1>;
|
|
|
|
};
|
2017-01-18 21:44:56 +00:00
|
|
|
|
2017-04-17 19:00:34 +00:00
|
|
|
&uart2 {
|
|
|
|
clocks = <&scu PCLK_UART2>;
|
|
|
|
};
|
2017-01-18 21:44:56 +00:00
|
|
|
|
2017-04-17 19:00:34 +00:00
|
|
|
&uart3 {
|
|
|
|
clocks = <&scu PCLK_UART3>;
|
|
|
|
};
|
2017-01-18 21:44:56 +00:00
|
|
|
|
2017-04-17 19:00:34 +00:00
|
|
|
&uart4 {
|
|
|
|
clocks = <&scu PCLK_UART4>;
|
|
|
|
};
|
2017-01-18 21:44:56 +00:00
|
|
|
|
2017-04-17 19:00:34 +00:00
|
|
|
&uart5 {
|
|
|
|
clocks = <&scu PCLK_UART5>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&timer {
|
|
|
|
u-boot,dm-pre-reloc;
|
2017-01-18 21:44:56 +00:00
|
|
|
};
|
2017-04-17 19:00:32 +00:00
|
|
|
|
|
|
|
&mac0 {
|
|
|
|
clocks = <&scu PCLK_MAC1>, <&scu PLL_D2PLL>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&mac1 {
|
|
|
|
clocks = <&scu PCLK_MAC2>, <&scu PLL_D2PLL>;
|
|
|
|
};
|