summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx8mn.dtsi
AgeCommit message (Collapse)Author
2022-04-06LFU-219 crypto/fsl: iMX8M: Disable CAAM JR0 in SPL and UbootGaurav Jain
JRO is reserved in ATF for use by HAB(secure boot) and not released to non secure(NS). CAAM crypto operation are failing when use JR0 in uboot. when DM is enabled set the status of JR0 as disabled in device tree, so JR0 is not initialized. JR1 is initialized in SPL and Uboot. when DM is not enabled SEC job ring address is defined with JR1 offset(0x2000). Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> Reviewed-by: Franck LENORMAND <franck.lenormand@nxp.com> (cherry picked from commit ed618ce6a95b51ec30f37311d374f9178e0cc44c)
2022-04-06LF-3892-4 imx8mn: sync dts usb with nxp kernelPeng Fan
Drop usbotg2 which not exist, drop power-domain property Disable snvs Reviewed-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 72e61725bf6ad5dde7acdd745599f498734db2f3)
2022-04-06MLK-23964-18 imx8mn_evk: Enable video splash screen on DDR4 and LPDDR4 EVKYe Li
Update board codes and DTS files to add display relevant nodes and configurations. Support two video links with MIPI DSI: 1. MIPI DSI to HDMI convertor, this is default 2. RM67191 panel Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 6901ffb66e516a3e52d2120522dc1be18de5bafa) (cherry picked from commit 6258aa137275e12601aa10dd1f173787cd9bef22) (cherry picked from commit 09d7f7041e4ad247211c943080209bc96f02417f) (cherry picked from commit fe3b0ca4a4182a44666f60dac96ffe591f4f31ca)
2022-04-06MLK-23574-34 imx8mn_evk: Update codes for iMX8MN LPDDR4/DDR4 EVKYe Li
Update below codes for LPDDR4/DDR4 EVK: 1. Add PMIC BD71837 support for DDR4 EVK 2. Add DM FEC ENET support 3. Enable Flexspi NOR support 4. Add USB typec host and device mode support 5. Disable binman 6. Use dedicated -u-boot.dtsi for LPDDR4 EVK not share with DDR4 EVK Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 35dd5274f7940a200924838cdcd7ab2e9beeef01) (cherry picked from commit 1f107b7832010a6466676ede895bd3e8a65854ba) (cherry picked from commit 08c42b019211296ed0f4d17623f6c79b1ba29273)
2022-04-06MLK-23574-32 DTS: imx8mn: Update DDR4 EVK DTS and binding filesYe Li
Sync the DTS and binding files with v5.10.y kernel. Some updates in u-boot: 1. Add alias for flexspi, usbotg1 and usbotg2. 2. Add usbotg2 nodes 3. Add i2c force idle pins 4. Update usbotg nodes to use excon 5. Add pmic and i2c to -u-boot.dtsi for SPL DM Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 32cdd89a0e06bf40f8240cb7063c142321a16200) (cherry picked from commit 37c4bddfc887cd5fb5f64846d97722ae3705cb42) (cherry picked from commit 208527da22770ac3749afc589763087c9ca6e43d)
2021-04-18ARM: dts: imx8mn: Add power domain nodesMarek Vasut
Add power domain nodes to DT. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <festevam@gmail.com> Cc: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Ye Li <ye.li@nxp.com> Cc: uboot-imx <uboot-imx@nxp.com>
2021-04-18ARM: dts: imx8mn: Replace deprecated fsl,usbphy DT props with physMarek Vasut
The fsl,usbphy DT property is deprecated, replace it with phys DT property and specify #phy-cells, so that the generic PHY framework can parse the PHY bindings without any extra hacking. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <festevam@gmail.com> Cc: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Ye Li <ye.li@nxp.com> Cc: uboot-imx <uboot-imx@nxp.com>
2021-04-08arm: dts: imx8mn, imx8mn-beacon: Sync dts files with Kernel 5.12-rc5Adam Ford
There have been a few updates including flexspi, so it's necessary to re-sync. Signed-off-by: Adam Ford <aford173@gmail.com>
2021-01-23arm: dts: imx8mn: sync dts from Linux KernelPeng Fan
Sync dts from Linux Kernel commit f838f8d2b694cf9d524dc("mfd: ab8500-debugfs: Remove extraneous seq_putc") Signed-off-by: Peng Fan <peng.fan@nxp.com>
2019-11-05imx: add dtsi for i.MX8MNPeng Fan
Add dtsi for i.MX8MN Signed-off-by: Peng Fan <peng.fan@nxp.com>