summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dtsi
AgeCommit message (Collapse)Author
2020-07-06ARM64: dts: apalis-imx8qm: sync pcie clocks with NXP branch imx_4.14.98_2.3.0Oleksandr Suvorov
NXP fixes a lot of issues in PCIe subsystem, in particular, add new clocks. Synchronize the set of clocks for Apalis-iMX8QM SoM. Related-to: ELB-1306 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-06-18ARM: dts: imx8qm-apalis: add gpio-line-namesMax Krummenacher
Add GPIO line names on module level. Those are all GPIOs which a user might use on his custom carrier board. If more meaningful names are available on the carrier board, the user can overwrite the line names in the carrier board level device tree. Related-to: ELB-2527 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-03-09ARM64: boot: dts: apalis-imx8qm: Correct comment from 3.3V to 1.8VPhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2020-03-09ARM64: dts: apalis-imx8qm: V1.0 devicetree inherit from V1.1 dtsPhilippe Schenker
This commit basically deletes the devicetree for V1.0 Apalis iMX8 modules. It includes V1.1 devicetree then and only puts in the differences and deletes the nodes that are not used in V1.0. This is done to prevent code duplication and have better overview of what has changed. Related-to: ELB-1254 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2020-02-12ARM64: dts: apalis-imx8qm: add wifi power down pin to pcie supplyPhilippe Schenker
Related-to: ELB-2359 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2020-02-12ARM64: dts: apalis-imx8qm: add sleep-mode to fecPhilippe Schenker
Note: there is still backfeeding present at this moment from those pads: SC_P_ENET0_RGMII_TXD0 SC_P_ENET0_RGMII_TXD1 SC_P_ENET0_RGMII_RXD0 SC_P_ENET0_RGMII_RXD1 Related-to: ELB-1254 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2020-02-12ARM64: dts: apalis-imx8qm: add phy interrupt and led-modePhilippe Schenker
Related-to: ELB-1254 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2020-02-12ARM64: dts: apalis-imx8qm: add power-domain to power down ETH PHYPhilippe Schenker
Related-to: ELB-1254 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2020-02-12ARM64: fsl-imx8qm-ixora: Add support of Ixora v1.1Oleksandr Suvorov
Ixora board has several differences from the Apalis Evaluation one. Some important differences are reflected in personalized device-tree files. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-02-12ARM64: dts: fsl-imx8qm-apalis.dtsi: set mmc no-1-8-vMax Krummenacher
The PMIC on V1.0A HW generates 1.6V instead of 1.8V which creates issues with certain SD cards, disable 1.8V signaling for now. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-02-12ARM64: fsl-imx8qm-apalis.dtsi: set wakeup in pinmux for gpio-wakeup-keyPhilippe Schenker
This enables the possibility for the gpio-key to act as a wakeup. This commit enables that wakeup and uses rising edges as interrupts for this specific pad. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2020-02-12ARM64: fsl-imx8qm-apalis: remove redundant usbphy declarationPhilippe Schenker
the link to the respective phy usbphynop1 is done a level higher in fsl-imx8qm-device.dtsi. Remove that redundant decalaration and add vbus-regulator to the carrier-board-level DT. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2020-02-12ARM64: fsl-imx8qm-apalis: Delete bootargs as it is not neededPhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2020-02-12ARM64: fsl-imx8qm-apalis*: Move SoM unrelated stuff to *eval.dtsiPhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2020-02-12ARM64: imx8qm-apalis*: Rename and create DT files for new structurePhilippe Schenker
Initially create files for usual devicetree structure used by Toradex: 1. SoC-level devicetree (fsl-imx8qm.dtsi) 2. SoM-level devicetree (fsl-imx8qm-apalis.dtsi) 3. Carrier-Board-level devicetree / customization level (fsl-imx8qm-apalis-eval.dtsi / fsl-imx8qm-apalis-eval.dts) Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>