Message ID | 1513776567-30182-5-git-send-email-s.riedmueller@phytec.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi, On Wed, 20 Dec 2017 14:29:25 +0100 Stefan Riedmueller wrote: > From: Christian Hemp <c.hemp@phytec.de> > > Add support for the PHYTEC phyBOARD-Mira Low-Cost Rapid Development Kit > with i.MX 6DualLight/Solo with NAND. > s/phxBOARD/phyBOARD/ in the subject line. Lothar Waßmann
Hi, On 20.12.2017 15:10, Lothar Waßmann wrote: > Hi, > > On Wed, 20 Dec 2017 14:29:25 +0100 Stefan Riedmueller wrote: >> From: Christian Hemp <c.hemp@phytec.de> >> >> Add support for the PHYTEC phyBOARD-Mira Low-Cost Rapid Development Kit >> with i.MX 6DualLight/Solo with NAND. >> > s/phxBOARD/phyBOARD/ in the subject line. > > > Lothar Waßmann I'll fix it, thanks. Stefan
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index b793617..07d99a1 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -388,6 +388,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ imx6dl-icore-rqs.dtb \ imx6dl-nit6xlite.dtb \ imx6dl-nitrogen6x.dtb \ + imx6dl-phytec-mira-rdk-nand.dtb \ imx6dl-phytec-pbab01.dtb \ imx6dl-rex-basic.dtb \ imx6dl-riotboard.dtb \ diff --git a/arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dts b/arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dts new file mode 100644 index 0000000..f56c20f --- /dev/null +++ b/arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dts @@ -0,0 +1,64 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (C) 2017 PHYTEC Messtechnik GmbH + * Author: Christian Hemp <c.hemp@phytec.de> + */ + +/dts-v1/; +#include "imx6dl.dtsi" +#include "imx6qdl-phytec-phycore-som.dtsi" +#include "imx6qdl-phytec-mira.dtsi" + +/ { + model = "PHYTEC phyBOARD-Mira DualLite/Solo Carrier-Board with NAND"; + compatible = "phytec,imx6dl-pbac06-nand", "phytec,imx6dl-pbac06", + "phytec,imx6qdl-pcm058", "fsl,imx6dl"; + + chosen { + linux,stdout-path = &uart2; + }; +}; + +ðphy { + max-speed = <100>; +}; + +&fec { + status = "okay"; +}; + +&gpmi { + status = "okay"; +}; + +&hdmi { + status = "okay"; +}; + +&i2c1 { + status = "okay"; +}; + +&i2c2 { + status = "okay"; +}; + +&i2c_rtc { + status = "okay"; +}; + +&uart3 { + status = "okay"; +}; + +&usbh1 { + status = "okay"; +}; + +&usbotg { + status = "okay"; +}; + +&usdhc1 { + status = "okay"; +};