summaryrefslogtreecommitdiff
path: root/arch/arm/dts/fsl-ls1088a.dtsi
diff options
context:
space:
mode:
authorAshish Kumar <Ashish.Kumar@nxp.com>2018-02-19 14:16:58 +0530
committerYork Sun <york.sun@nxp.com>2018-03-20 08:27:13 -0700
commitc1c597e8a8abfe16938ce8a1d792c703c1a6c79b (patch)
treee3ac02306d379707bc89a25dc839b5ebee361272 /arch/arm/dts/fsl-ls1088a.dtsi
parent169d493bb7dd3fdcfb04d266e1492ddcf298b1df (diff)
armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088
IFC-NOR and QSPI-NOR pins are multiplexed on SoC, so they cannot be accessed simultaneously. IFC-NOR can be accessed along with SD-BOOT. Ls1088aqds_sdcard_ifc_defconfig is default config for SD boot and IFC-NOR to be used as flash. This allows writing to IFC-NOR flash. QSPI and DSPI cannot be accessed in this defconfig. IFC-NOR image is generated using ls1088aqds_defconfig. Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/dts/fsl-ls1088a.dtsi')
-rw-r--r--arch/arm/dts/fsl-ls1088a.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls1088a.dtsi b/arch/arm/dts/fsl-ls1088a.dtsi
index f8f8654e151..b4a42cf5d0c 100644
--- a/arch/arm/dts/fsl-ls1088a.dtsi
+++ b/arch/arm/dts/fsl-ls1088a.dtsi
@@ -75,6 +75,11 @@
reg-names = "QuadSPI", "QuadSPI-memory";
num-cs = <4>;
};
+ ifc: ifc@1530000 {
+ compatible = "fsl,ifc", "simple-bus";
+ reg = <0x0 0x2240000 0x0 0x20000>;
+ interrupts = <0 21 0x4>; /* Level high type */
+ };
usb0: usb3@3100000 {
compatible = "fsl,layerscape-dwc3";