Re: [PATCH v1] arm64: dts: freescale: imx95-toradex-smarc: Support Cortex M7
From: Peng Fan
Date: Wed Mar 04 2026 - 20:13:13 EST
On Tue, Mar 03, 2026 at 10:38:09AM -0500, Frank Li wrote:
>On Tue, Mar 03, 2026 at 01:13:06PM +0100, Emanuele Ghidoli wrote:
>> From: Emanuele Ghidoli <emanuele.ghidoli@xxxxxxxxxxx>
>>
>> +
>> + rsc_table: memory@88220000 {
>
>I remember driver use hardcode rsc-table, I suggest fan pan to update
>driver to support memory-region-names to avoid use hidden ABI.
>
>Fan peng, what's current status?
It is delayed because of the i.MX95 remoteproc patchset.
And i.MX94/952 is still on my list as higher priority, so the moving
to memory-region-names will be after that.
Regards
Peng
>
>Frank
>
>> + reg = <0 0x88220000 0 0x1000>;
>> + no-map;
>> + };
>> +
>> + vdev0vring0: memory@88000000 {
>> + reg = <0 0x88000000 0 0x8000>;
>> + no-map;
>> + };
>> +
>> + vdev0vring1: memory@88008000 {
>> + reg = <0 0x88008000 0 0x8000>;
>> + no-map;
>> + };
>> +
>> + vdev1vring0: memory@88010000 {
>> + reg = <0 0x88010000 0 0x8000>;
>> + no-map;
>> + };
>> +
>> + vdev1vring1: memory@88018000 {
>> + reg = <0 0x88018000 0 0x8000>;
>> + no-map;
>> + };
>> +
>> + vdevbuffer: memory@88020000 {
>> + compatible = "shared-dma-pool";
>> + reg = <0 0x88020000 0 0x100000>;
>> + no-map;
>> + };
>> };
>> };
>>
>> @@ -572,6 +618,10 @@ &lpuart3 {
>> pinctrl-0 = <&pinctrl_uart3>;
>> };
>>
>> +&mu7 {
>> + status = "okay";
>> +};
>> +
>> /* SMARC MDIO, shared between all ethernet ports */
>> &netc_emdio {
>> pinctrl-names = "default";
>> --
>> 2.43.0
>>