Skip to content

Commit

Permalink
ARM: dts: imx6dl-yapp43: Add support for new HW revision of the IOTA …
Browse files Browse the repository at this point in the history
…board

The PCB used for all the current boards (Ursa, Draco, Hydra, Orion, Crux)
was slightly redesigned and delivers some new features while some unused
components were removed.

- External RTC chip with supercap added.
- Secure element added.
- LCD display power supply enable/disable signal added.
- Touch keyboard reset and interrupt signals added.
- Factory reset GPIO button added.
- Audio codec LM49350 (EoL) removed and replaced by PWM audio output.
- QCA8334 switch was replaced by Marvell 88E6141.
- PCIe completely removed.
- uSD card removed and replaced by board-to-board expansion connector.

There are four configuration variants of the new board:

1. Pegasus
The board configuration is based on Orion with the following major changes:

- Quad core SoC
- 4GB of RAM
- RTC with supercap added
- Secure element added

2. Pegasus+
This is the very same board as Pegasus but uses the i.MX6QuadPlus SoC.

3. Lynx
The board configuration is based on Draco with the following major changes:

- DualLite SoC
- 1GB of RAM
- RTC with supercap added
- Secure element added

4. Phoenix
The board configuration is based on Ursa with the following major changes:

- DualLite Soc
- 1GB of RAM
- RTC with supercap added
- Secure element added
- LCD display support removed
- UART2 removed
- Factory reset GPIO button added

Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Michal Vokáč authored and Shawn Guo committed Mar 27, 2023
1 parent 0593e16 commit 7da4734
Show file tree
Hide file tree
Showing 6 changed files with 835 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,9 @@ dtb-$(CONFIG_SOC_IMX6Q) += \
imx6dl-wandboard-revd1.dtb \
imx6dl-yapp4-draco.dtb \
imx6dl-yapp4-hydra.dtb \
imx6dl-yapp4-lynx.dtb \
imx6dl-yapp4-orion.dtb \
imx6dl-yapp4-phoenix.dtb \
imx6dl-yapp4-ursa.dtb \
imx6q-apalis-eval.dtb \
imx6q-apalis-ixora.dtb \
Expand Down Expand Up @@ -668,6 +670,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \
imx6q-wandboard-revb1.dtb \
imx6q-wandboard-revd1.dtb \
imx6q-yapp4-crux.dtb \
imx6q-yapp4-pegasus.dtb \
imx6q-zii-rdu2.dtb \
imx6qp-mba6b.dtb \
imx6qp-nitrogen6_max.dtb \
Expand All @@ -683,6 +686,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \
imx6qp-vicutp.dtb \
imx6qp-wandboard-revd1.dtb \
imx6qp-yapp4-crux-plus.dtb \
imx6qp-yapp4-pegasus-plus.dtb \
imx6qp-zii-rdu2.dtb \
imx6s-dhcom-drc02.dtb
dtb-$(CONFIG_SOC_IMX6SL) += \
Expand Down
58 changes: 58 additions & 0 deletions arch/arm/boot/dts/imx6dl-yapp4-lynx.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
// SPDX-License-Identifier: GPL-2.0
//
// Copyright (C) 2021 Y Soft Corporation, a.s.

/dts-v1/;

#include "imx6dl.dtsi"
#include "imx6dl-yapp43-common.dtsi"

/ {
model = "Y Soft IOTA Lynx i.MX6DualLite board";
compatible = "ysoft,imx6dl-yapp4-lynx", "fsl,imx6dl";

memory@10000000 {
device_type = "memory";
reg = <0x10000000 0x40000000>;
};
};

&backlight {
status = "okay";
};

&lcd_display {
status = "okay";
};

&leds {
status = "okay";
};

&panel {
status = "okay";
};

&pwm1 {
status = "okay";
};

&reg_usb_h1_vbus {
status = "okay";
};

&touchscreen {
status = "okay";
};

&uart2 {
status = "okay";
};

&usbh1 {
status = "okay";
};

&usbphy2 {
status = "okay";
};
42 changes: 42 additions & 0 deletions arch/arm/boot/dts/imx6dl-yapp4-phoenix.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
// SPDX-License-Identifier: GPL-2.0
//
// Copyright (C) 2021 Y Soft Corporation, a.s.

/dts-v1/;

#include "imx6dl.dtsi"
#include "imx6dl-yapp43-common.dtsi"

/ {
model = "Y Soft IOTA Phoenix i.MX6DualLite board";
compatible = "ysoft,imx6dl-yapp4-phoenix", "fsl,imx6dl";

memory@10000000 {
device_type = "memory";
reg = <0x10000000 0x40000000>;
};
};

&aliases {
/delete-property/ ethernet1;
};

&gpio_keys {
status = "okay";
};

&reg_usb_h1_vbus {
status = "okay";
};

&switch_ports {
/delete-node/ port@2;
};

&usbh1 {
status = "okay";
};

&usbphy2 {
status = "okay";
};
Loading

0 comments on commit 7da4734

Please sign in to comment.