From 386aaf1a43768dd08242b86049ae33f043e5c3b2 Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Thu, 6 Aug 2020 20:53:36 +0200 Subject: arm64: dts: verdin-imx8mm: initial devicetree This commit holds the initial devicetrees for verdin-imx8mm module. They are based on the devicetree from toradex_4.14-2.3.x-imx branch and contain only a stripped down subset of the features which compile and should act as a starting point for further bringup on this branch. Signed-off-by: Philippe Schenker Conflicts: arch/arm64/boot/dts/freescale/Makefile Signed-off-by: Oleksandr Suvorov --- .../boot/dts/freescale/imx8mm-verdin-dahlia.dtsi | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 arch/arm64/boot/dts/freescale/imx8mm-verdin-dahlia.dtsi (limited to 'arch/arm64/boot/dts/freescale/imx8mm-verdin-dahlia.dtsi') diff --git a/arch/arm64/boot/dts/freescale/imx8mm-verdin-dahlia.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-verdin-dahlia.dtsi new file mode 100755 index 000000000000..78bec5e3c94b --- /dev/null +++ b/arch/arm64/boot/dts/freescale/imx8mm-verdin-dahlia.dtsi @@ -0,0 +1,20 @@ +// SPDX-License-Identifier: GPL-2.0+ OR MIT +/* + * Copyright 2020 Toradex + */ + +#include "imx8mm-verdin-dev.dtsi" + +&gpio_expander_21 { + status = "disabled"; +}; + +&sound_card { + simple-audio-card,routing = + "Headphone Jack", "HPOUTL", + "Headphone Jack", "HPOUTR", + "IN2L", "Line In Jack", + "IN2R", "Line In Jack", + "Headphone Jack", "MICBIAS", + "IN1L", "Headphone Jack"; +}; -- cgit v1.2.3