Commit 0fb1f804 authored by Richard Zhu's avatar Richard Zhu Committed by Shawn Guo

ARM: dtsi: enable ahci sata on imx6q platforms

Only imx6q has the ahci sata controller, enable
it on imx6q platforms.
Signed-off-by: default avatarRichard Zhu <r65037@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 98a3e804
...@@ -19,3 +19,7 @@ / { ...@@ -19,3 +19,7 @@ / {
model = "Freescale i.MX6 Quad SABRE Automotive Board"; model = "Freescale i.MX6 Quad SABRE Automotive Board";
compatible = "fsl,imx6q-sabreauto", "fsl,imx6q"; compatible = "fsl,imx6q-sabreauto", "fsl,imx6q";
}; };
&sata {
status = "okay";
};
...@@ -65,6 +65,10 @@ sound { ...@@ -65,6 +65,10 @@ sound {
}; };
}; };
&sata {
status = "okay";
};
&ecspi1 { &ecspi1 {
fsl,spi-num-chipselects = <1>; fsl,spi-num-chipselects = <1>;
cs-gpios = <&gpio3 19 0>; cs-gpios = <&gpio3 19 0>;
......
...@@ -19,3 +19,7 @@ / { ...@@ -19,3 +19,7 @@ / {
model = "Freescale i.MX6 Quad SABRE Smart Device Board"; model = "Freescale i.MX6 Quad SABRE Smart Device Board";
compatible = "fsl,imx6q-sabresd", "fsl,imx6q"; compatible = "fsl,imx6q-sabresd", "fsl,imx6q";
}; };
&sata {
status = "okay";
};
...@@ -116,6 +116,15 @@ MX6QDL_PAD_DISP0_DAT23__IPU2_DISP0_DATA23 0x10 ...@@ -116,6 +116,15 @@ MX6QDL_PAD_DISP0_DAT23__IPU2_DISP0_DATA23 0x10
}; };
}; };
sata: sata@02200000 {
compatible = "fsl,imx6q-ahci";
reg = <0x02200000 0x4000>;
interrupts = <0 39 0x04>;
clocks = <&clks 154>, <&clks 187>, <&clks 105>;
clock-names = "sata", "sata_ref", "ahb";
status = "disabled";
};
ipu2: ipu@02800000 { ipu2: ipu@02800000 {
#crtc-cells = <1>; #crtc-cells = <1>;
compatible = "fsl,imx6q-ipu"; compatible = "fsl,imx6q-ipu";
......
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