1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 3 * Copyright (C) 2018 PHYTEC Messtechnik GmbH 4 * Author: Christian Hemp <c.hemp@phytec.de> 5 */ 6 7 /dts-v1/; 8 #include "imx6dl.dtsi" 9 #include "imx6qdl-phytec-phycore-som.dtsi" 10 #include "imx6qdl-phytec-mira.dtsi" 11 #include "imx6qdl-phytec-mira-peb-eval-01.dtsi" 12 #include "imx6qdl-phytec-mira-peb-av-02.dtsi" 13 #include "imx6qdl-phytec-mira-peb-wlbt-05.dtsi" 14 15 / { 16 model = "PHYTEC phyBOARD-Mira DualLite/Solo Carrier-Board with NAND"; 17 compatible = "phytec,imx6dl-pbac06-nand", "phytec,imx6dl-pbac06", 18 "phytec,imx6qdl-pcm058", "fsl,imx6dl"; 19 20 chosen { 21 stdout-path = &uart2; 22 }; 23 }; 24 25 ðphy { 26 max-speed = <100>; 27 }; 28 29 &fec { 30 status = "okay"; 31 }; 32 33 &gpmi { 34 status = "okay"; 35 }; 36 37 &hdmi { 38 status = "okay"; 39 }; 40 41 &i2c1 { 42 status = "okay"; 43 }; 44 45 &i2c2 { 46 status = "okay"; 47 }; 48 49 &i2c_rtc { 50 status = "okay"; 51 }; 52 53 &uart3 { 54 status = "okay"; 55 }; 56 57 &usbh1 { 58 status = "okay"; 59 }; 60 61 &usbotg { 62 status = "okay"; 63 }; 64 65 &usdhc1 { 66 status = "okay"; 67 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.