From c0eb7eee9a487f8ede8dca38b5df16074475d38b Mon Sep 17 00:00:00 2001 From: Alejandro Sierra Date: Mon, 26 Sep 2016 14:20:04 -0500 Subject: MLK-13283 ARM: dts: imx: support for 1gb 6sxscm evb board Add support for the 1gb i.MX6SX SCM EVB board Support the next features for 1Gb 6sxscm EVB: - Regular 1gb board - M4 support - MQS - SAI sound card - LCD and HDMI with sii902x support - Bluetooth and Wifi Murata ZP SDIO dongle Signed-off-by: Alejandro Sierra Signed-off-by: Juan Gutierrez --- arch/arm/boot/dts/imx6sxscm-1gb-evb-sai-ldo.dts | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 arch/arm/boot/dts/imx6sxscm-1gb-evb-sai-ldo.dts (limited to 'arch/arm/boot/dts/imx6sxscm-1gb-evb-sai-ldo.dts') diff --git a/arch/arm/boot/dts/imx6sxscm-1gb-evb-sai-ldo.dts b/arch/arm/boot/dts/imx6sxscm-1gb-evb-sai-ldo.dts new file mode 100644 index 000000000000..d95d2e6f45c3 --- /dev/null +++ b/arch/arm/boot/dts/imx6sxscm-1gb-evb-sai-ldo.dts @@ -0,0 +1,31 @@ +/* + * Copyright (C) 2016 Freescale Semiconductor, Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include "imx6sxscm-1gb-evb-ldo.dts" +/ { + sound { + cpu-dai = <&sai1>; + }; +}; + +&audmux { + /* pin conflict with sai */ + status = "disabled"; +}; + +&sai1 { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_sai1>; + status = "okay"; +}; + +&sdma { + gpr = <&gpr>; + /* SDMA event remap for SAI1 */ + fsl,sdma-event-remap = <0 15 1>, <0 16 1>; +}; -- cgit v1.2.3