0001 // SPDX-License-Identifier: GPL-2.0
0002 //
0003 // Copyright (C) 2020 Y Soft Corporation, a.s.
0004
0005 /dts-v1/;
0006
0007 #include "imx6dl.dtsi"
0008 #include "imx6dl-yapp4-common.dtsi"
0009
0010 / {
0011 model = "Y Soft IOTA Orion i.MX6DualLite board";
0012 compatible = "ysoft,imx6dl-yapp4-orion", "fsl,imx6dl";
0013
0014 memory@10000000 {
0015 device_type = "memory";
0016 reg = <0x10000000 0xf0000000>;
0017 };
0018 };
0019
0020 &gpio_oled {
0021 status = "okay";
0022 };
0023
0024 &leds {
0025 status = "okay";
0026 };
0027
0028 &oled_1305 {
0029 status = "okay";
0030 };
0031
0032 &oled_1309 {
0033 status = "okay";
0034 };
0035
0036 ®_usb_h1_vbus {
0037 status = "okay";
0038 };
0039
0040 &touchkeys {
0041 status = "okay";
0042 };
0043
0044 &uart2 {
0045 status = "disabled";
0046 };
0047
0048 &usbh1 {
0049 status = "okay";
0050 };
0051
0052 &usbphy2 {
0053 status = "okay";
0054 };