提交 d5c16d00 编写于 作者: M maxims@google.com 提交者: Tom Rini

aspeed: Cleanup ast2500-u-boot.dtsi Device Tree

Remove unnecessary apb and ahb nodes and just override necessary
nodes/values.
Signed-off-by: NMaxim Sloyko <maxims@google.com>
Reviewed-by: NSimon Glass <sjg@chromium.org>
上级 defb1849
......@@ -34,32 +34,33 @@
apb {
u-boot,dm-pre-reloc;
};
timer: timer@1e782000 {
u-boot,dm-pre-reloc;
};
};
};
uart1: serial@1e783000 {
clocks = <&scu PCLK_UART1>;
};
&uart1 {
clocks = <&scu PCLK_UART1>;
};
uart2: serial@1e78d000 {
clocks = <&scu PCLK_UART2>;
};
&uart2 {
clocks = <&scu PCLK_UART2>;
};
uart3: serial@1e78e000 {
clocks = <&scu PCLK_UART3>;
};
&uart3 {
clocks = <&scu PCLK_UART3>;
};
uart4: serial@1e78f000 {
clocks = <&scu PCLK_UART4>;
};
&uart4 {
clocks = <&scu PCLK_UART4>;
};
uart5: serial@1e784000 {
clocks = <&scu PCLK_UART5>;
};
};
};
&uart5 {
clocks = <&scu PCLK_UART5>;
};
&timer {
u-boot,dm-pre-reloc;
};
&mac0 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册