[PATCH v3 5/5] arm64: dts: imx95-19x19-evk: Add CM7 nodes and vdev related memory regions

Peng Fan peng.fan at nxp.com
Thu Jun 26 20:21:15 PDT 2025


> Subject: Re: [PATCH v3 5/5] arm64: dts: imx95-19x19-evk: Add CM7
> nodes and vdev related memory regions
> 
> On Wed, Jun 25, 2025 at 10:23:31AM +0800, Peng Fan (OSS) wrote:
> > From: Peng Fan <peng.fan at nxp.com>
> >
> > Add CM7 nodes, vdev related memory regions for remoteproc.
> > Enable MU7.
> >
> > Signed-off-by: Peng Fan <peng.fan at nxp.com>
> > ---
> >  arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts | 45
> +++++++++++++++++++++++
> >  1 file changed, 45 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts
> b/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts
> > index
> 6886ea7666550605d6c2aa3d81ff270164e5796f..70f000b1c4032a449
> cbf9ceb746c16c9f3062a61 100644
> > --- a/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts
> > +++ b/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts
> > @@ -75,6 +75,37 @@ linux_cma: linux,cma {
> >  			linux,cma-default;
> >  			reusable;
> >  		};
> > +
> > +		vdev0vring0: memory at 88000000 {
> > +			reg = <0 0x88000000 0 0x8000>;
> > +			no-map;
> > +		};
> > +
> > +		vdev0vring1: memory at 88008000 {
> > +			reg = <0 0x88008000 0 0x8000>;
> > +			no-map;
> > +		};
> > +
> > +		vdev1vring0: memory at 88010000 {
> > +			reg = <0 0x88010000 0 0x8000>;
> > +			no-map;
> > +		};
> > +
> > +		vdev1vring1: memory at 88018000 {
> > +			reg = <0 0x88018000 0 0x8000>;
> > +			no-map;
> > +		};
> > +
> > +		rsc_table: memory at 88220000 {
> > +			reg = <0 0x88220000 0 0x1000>;
> > +			no-map;
> > +		};
> > +
> > +		vdevbuffer: memory at 88020000 {
> > +			compatible = "shared-dma-pool";
> > +			reg = <0 0x88020000 0 0x100000>;
> > +			no-map;
> > +		};
> >  	};
> >
> >  	reg_3p3v: regulator-3p3v {
> > @@ -202,6 +233,20 @@ sound-wm8962 {
> >  				"IN3R", "AMIC",
> >  				"IN1R", "AMIC";
> >  	};
> > +
> > +	remoteproc-cm7 {
> > +		compatible = "fsl,imx95-cm7";
> > +		mbox-names = "tx", "rx", "rxdb";
> > +		mboxes = <&mu7 0 1>,
> > +			 <&mu7 1 1>,
> > +			 <&mu7 3 1>;
> > +		memory-region = <&vdevbuffer>, <&vdev0vring0>,
> <&vdev0vring1>,
> > +				<&vdev1vring0>, <&vdev1vring1>,
> <&rsc_table>;
> > +	};
> > +};
> > +
> > +&mu7 {
> > +	status = "okay";
> >  };
> 
> can you keep &mu7 as order, at least it should be after &enetc_port0

Oops! I will fix it. BTW: 
I will wait for remoteproc maintainers to check patch 1,2,3 to see
whether I need post V4 for the whole patchset.

Thanks,
Peng.

> 
> Frank
> >
> >  &enetc_port0 {
> >
> > --
> > 2.37.1
> >



More information about the linux-arm-kernel mailing list