aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6qdl.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6qdl.dtsi8
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index eca0971d4db1..ce0599134a69 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -16,6 +16,7 @@
16 16
17/ { 17/ {
18 aliases { 18 aliases {
19 ethernet0 = &fec;
19 can0 = &can1; 20 can0 = &can1;
20 can1 = &can2; 21 can1 = &can2;
21 gpio0 = &gpio1; 22 gpio0 = &gpio1;
@@ -140,15 +141,16 @@
140 0x81000000 0 0 0x01f80000 0 0x00010000 /* downstream I/O */ 141 0x81000000 0 0 0x01f80000 0 0x00010000 /* downstream I/O */
141 0x82000000 0 0x01000000 0x01000000 0 0x00f00000>; /* non-prefetchable memory */ 142 0x82000000 0 0x01000000 0x01000000 0 0x00f00000>; /* non-prefetchable memory */
142 num-lanes = <1>; 143 num-lanes = <1>;
143 interrupts = <0 123 IRQ_TYPE_LEVEL_HIGH>; 144 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
145 interrupt-names = "msi";
144 #interrupt-cells = <1>; 146 #interrupt-cells = <1>;
145 interrupt-map-mask = <0 0 0 0x7>; 147 interrupt-map-mask = <0 0 0 0x7>;
146 interrupt-map = <0 0 0 1 &intc GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, 148 interrupt-map = <0 0 0 1 &intc GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
147 <0 0 0 2 &intc GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>, 149 <0 0 0 2 &intc GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
148 <0 0 0 3 &intc GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, 150 <0 0 0 3 &intc GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
149 <0 0 0 4 &intc GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; 151 <0 0 0 4 &intc GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
150 clocks = <&clks 189>, <&clks 187>, <&clks 206>, <&clks 144>; 152 clocks = <&clks 144>, <&clks 206>, <&clks 189>;
151 clock-names = "pcie_ref_125m", "sata_ref_100m", "lvds_gate", "pcie_axi"; 153 clock-names = "pcie", "pcie_bus", "pcie_phy";
152 status = "disabled"; 154 status = "disabled";
153 }; 155 };
154 156