[PATCH v2 0/4] Initial PHYTEC i.MX93 overlays

Primoz Fiser posted 4 patches 3 months ago
There is a newer version of this series
arch/arm64/boot/dts/freescale/Makefile        | 10 ++
.../imx93-phyboard-nash-peb-wlbt-07.dtso      | 88 ++++++++++++++++++
.../imx93-phyboard-segin-peb-eval-01.dtso     | 52 +++++++++++
.../imx93-phyboard-segin-peb-wlbt-05.dtso     | 93 +++++++++++++++++++
.../dts/freescale/imx93-phycore-rpmsg.dtso    | 60 ++++++++++++
5 files changed, 303 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx93-phyboard-nash-peb-wlbt-07.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx93-phyboard-segin-peb-eval-01.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx93-phyboard-segin-peb-wlbt-05.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx93-phycore-rpmsg.dtso
[PATCH v2 0/4] Initial PHYTEC i.MX93 overlays
Posted by Primoz Fiser 3 months ago
Add initial overlays for the PHYTEC phyCORE-i.MX93 SoM based boards,
that is the phyBOARD-Segin-i.MX93 and phyBOARD-Nash-i.MX93.

Overlay #1:
 - imx93-phycore-rpmsg.dtbo
 - add support for M33 core RPMsg on phyCORE-i.MX93 based boards
 - applicable to both phyBOARD-Nash and phyBOARD-Segin boards

Overlay #2:
 - imx93-phyboard-segin-peb-eval-01.dtbo
 - add support for PHYTEC PEB-EVAL-01 evaluation adapter
 - applicable to phyBOARD-Segin board

Overlay #3:
 - imx93-phyboard-segin-peb-wlbt-05.dtbo
 - add support for PHYTEC PEB-WLBT-05 WLAN/BT adapter
 - applicable to phyBOARD-Segin board

Overlay #4: 
 - imx93-phyboard-nash-peb-wlbt-07.dtbo
 - add support for PHYTEC PEB-WLBT-07 WLAN/BT adapter
 - applicable to phyBOARD-Nash board


Changes in v2:
- reorder reserved memory nodes by address

Link to v1: https://lore.kernel.org/all/20250619063954.1730231-1-primoz.fiser@norik.com/

Primoz Fiser (4):
  arm64: dts: imx93-phycore-som: Add RPMsg overlay
  arm64: dts: imx93-phyboard-segin: Add PEB-EVAL-01 overlay
  arm64: dts: imx93-phyboard-segin: Add PEB-WLBT-05 overlay
  arm64: dts: imx93-phyboard-nash: Add PEB-WLBT-07 overlay

 arch/arm64/boot/dts/freescale/Makefile        | 10 ++
 .../imx93-phyboard-nash-peb-wlbt-07.dtso      | 88 ++++++++++++++++++
 .../imx93-phyboard-segin-peb-eval-01.dtso     | 52 +++++++++++
 .../imx93-phyboard-segin-peb-wlbt-05.dtso     | 93 +++++++++++++++++++
 .../dts/freescale/imx93-phycore-rpmsg.dtso    | 60 ++++++++++++
 5 files changed, 303 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx93-phyboard-nash-peb-wlbt-07.dtso
 create mode 100644 arch/arm64/boot/dts/freescale/imx93-phyboard-segin-peb-eval-01.dtso
 create mode 100644 arch/arm64/boot/dts/freescale/imx93-phyboard-segin-peb-wlbt-05.dtso
 create mode 100644 arch/arm64/boot/dts/freescale/imx93-phycore-rpmsg.dtso

-- 
2.34.1
Re: [PATCH v2 0/4] Initial PHYTEC i.MX93 overlays
Posted by Peng Fan 3 months ago
On Mon, Jul 07, 2025 at 08:10:57AM +0200, Primoz Fiser wrote:
>Add initial overlays for the PHYTEC phyCORE-i.MX93 SoM based boards,
>that is the phyBOARD-Segin-i.MX93 and phyBOARD-Nash-i.MX93.
>
>Overlay #1:
> - imx93-phycore-rpmsg.dtbo
> - add support for M33 core RPMsg on phyCORE-i.MX93 based boards
> - applicable to both phyBOARD-Nash and phyBOARD-Segin boards
>
>Overlay #2:
> - imx93-phyboard-segin-peb-eval-01.dtbo
> - add support for PHYTEC PEB-EVAL-01 evaluation adapter
> - applicable to phyBOARD-Segin board
>
>Overlay #3:
> - imx93-phyboard-segin-peb-wlbt-05.dtbo
> - add support for PHYTEC PEB-WLBT-05 WLAN/BT adapter
> - applicable to phyBOARD-Segin board
>
>Overlay #4: 
> - imx93-phyboard-nash-peb-wlbt-07.dtbo
> - add support for PHYTEC PEB-WLBT-07 WLAN/BT adapter
> - applicable to phyBOARD-Nash board
>
>
>Changes in v2:
>- reorder reserved memory nodes by address
>
>Link to v1: https://lore.kernel.org/all/20250619063954.1730231-1-primoz.fiser@norik.com/
>
>Primoz Fiser (4):
>  arm64: dts: imx93-phycore-som: Add RPMsg overlay
>  arm64: dts: imx93-phyboard-segin: Add PEB-EVAL-01 overlay
>  arm64: dts: imx93-phyboard-segin: Add PEB-WLBT-05 overlay
>  arm64: dts: imx93-phyboard-nash: Add PEB-WLBT-07 overlay


I think it would be better to update License to
SPDX-License-Identifier: (GPL-2.0+ OR MIT)

But up to you, I am not sure whether dtso(GPL-2.0) could
work with dts(GPL-2.0 or MIT).


For the patchset
Reviewed-by: Peng Fan <peng.fan@nxp.com>

Regards,
Peng
Re: [PATCH v2 0/4] Initial PHYTEC i.MX93 overlays
Posted by Primoz Fiser 3 months ago
Hi Peng,

On 7. 07. 25 10:04, Peng Fan wrote:
> On Mon, Jul 07, 2025 at 08:10:57AM +0200, Primoz Fiser wrote:
>> Add initial overlays for the PHYTEC phyCORE-i.MX93 SoM based boards,
>> that is the phyBOARD-Segin-i.MX93 and phyBOARD-Nash-i.MX93.
>>
>> Overlay #1:
>> - imx93-phycore-rpmsg.dtbo
>> - add support for M33 core RPMsg on phyCORE-i.MX93 based boards
>> - applicable to both phyBOARD-Nash and phyBOARD-Segin boards
>>
>> Overlay #2:
>> - imx93-phyboard-segin-peb-eval-01.dtbo
>> - add support for PHYTEC PEB-EVAL-01 evaluation adapter
>> - applicable to phyBOARD-Segin board
>>
>> Overlay #3:
>> - imx93-phyboard-segin-peb-wlbt-05.dtbo
>> - add support for PHYTEC PEB-WLBT-05 WLAN/BT adapter
>> - applicable to phyBOARD-Segin board
>>
>> Overlay #4: 
>> - imx93-phyboard-nash-peb-wlbt-07.dtbo
>> - add support for PHYTEC PEB-WLBT-07 WLAN/BT adapter
>> - applicable to phyBOARD-Nash board
>>
>>
>> Changes in v2:
>> - reorder reserved memory nodes by address
>>
>> Link to v1: https://lore.kernel.org/all/20250619063954.1730231-1-primoz.fiser@norik.com/
>>
>> Primoz Fiser (4):
>>  arm64: dts: imx93-phycore-som: Add RPMsg overlay
>>  arm64: dts: imx93-phyboard-segin: Add PEB-EVAL-01 overlay
>>  arm64: dts: imx93-phyboard-segin: Add PEB-WLBT-05 overlay
>>  arm64: dts: imx93-phyboard-nash: Add PEB-WLBT-07 overlay
> 
> 
> I think it would be better to update License to
> SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> 
> But up to you, I am not sure whether dtso(GPL-2.0) could
> work with dts(GPL-2.0 or MIT).

Good catch!

Yes, this indeed needs fixing. Will send v3 updating to (GPL-2.0+ OR
MIT) as the base dts.

> 
> 
> For the patchset
> Reviewed-by: Peng Fan <peng.fan@nxp.com>>

Thanks for review.

BR,
Primoz


> Regards,
> Peng

-- 
Primoz Fiser
phone: +386-41-390-545
email: primoz.fiser@norik.com
--
Norik systems d.o.o.
Your embedded software partner
Slovenia, EU
phone: +386-41-540-545
email: info@norik.com