Commit 318f05e5 authored by Tang Yuantian's avatar Tang Yuantian Committed by Shawn Guo

ARM: dts: ls1021a: add sata node to dts

Added sata node to ls1021aqds and ls1021atwr board to support
sata function.
Signed-off-by: default avatarTang Yuantian <Yuantian.Tang@freescale.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent b446ff22
......@@ -320,6 +320,10 @@ &sai2 {
status = "okay";
};
&sata {
status = "okay";
};
&uart0 {
status = "okay";
};
......
......@@ -221,6 +221,10 @@ &sai1 {
status = "okay";
};
&sata {
status = "okay";
};
&uart0 {
status = "okay";
};
......
......@@ -143,6 +143,17 @@ esdhc: esdhc@1560000 {
status = "disabled";
};
sata: sata@3200000 {
compatible = "fsl,ls1021a-ahci";
reg = <0x0 0x3200000 0x0 0x10000>,
<0x0 0x20220520 0x0 0x4>;
reg-names = "ahci", "sata-ecc";
interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&platform_clk 1>;
dma-coherent;
status = "disabled";
};
scfg: scfg@1570000 {
compatible = "fsl,ls1021a-scfg", "syscon";
reg = <0x0 0x1570000 0x0 0x10000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment