summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis-eval.dtsi
AgeCommit message (Collapse)Author
2019-12-03ARM64: 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>
2019-11-21ARM64: fsl-imx8qm-apalis: fix wakeup by gpio keyOleksandr Suvorov
Add required pad-wakeup/pad-wakeup-num properties to have wakeup by gpio key function working. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2019-10-01ARM64: 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>
2019-10-01ARM64: fsl-imx8qm-apalis*: Move SoM unrelated stuff to *eval.dtsiPhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2019-10-01ARM64: 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>