Commit ee4c12f4 authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Shawn Guo

arm64: dts: freescale: Enable PCI-E controller for Oxalis board

Enable PCI-E controller for Oxalis board based on NXP/Freescale LS1012a
SoC available as the Mini PCI-E connector on the bottom side.
Signed-off-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent b9eb314a
......@@ -87,6 +87,10 @@ &i2c1 {
status = "okay";
};
&pcie {
status = "okay";
};
&sai2 {
status = "okay";
};
......
......@@ -475,7 +475,7 @@ msi: msi-controller1@1572000 {
interrupts = <0 126 IRQ_TYPE_LEVEL_HIGH>;
};
pcie@3400000 {
pcie: pcie@3400000 {
compatible = "fsl,ls1012a-pcie";
reg = <0x00 0x03400000 0x0 0x00100000 /* controller registers */
0x40 0x00000000 0x0 0x00002000>; /* configuration space */
......
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