[PATCH] arm64: dts: ti: k3-am62-main: Correct PRU core IRAM size

Vignesh Raghavendra vigneshr at ti.com
Sun Mar 8 21:26:08 PDT 2026



On 04/03/26 08:00, Hari Nagalla wrote:
> Each PRU core in the AM62x PRU subsystem has 16KB of program memory.
> Correct the PRU device tree node reg property accordingly.
> 
> AM625 data sheet : https://www.ti.com/lit/ds/symlink/am625.pdf
> 
> Signed-off-by: Hari Nagalla <hnagalla at ti.com>

Needs Fixes tag

> ---
>  arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
> index c5ee263d34a6..1bec89b1e378 100644
> --- a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
> @@ -1213,7 +1213,7 @@ pruss_intc: interrupt-controller at 20000 {
>  
>  		pru0: pru at 34000 {
>  			compatible = "ti,am625-pru";
> -			reg = <0x34000 0x3000>,
> +			reg = <0x34000 0x4000>,
>  			      <0x22000 0x100>,
>  			      <0x22400 0x100>;
>  			reg-names = "iram", "control", "debug";
> @@ -1225,7 +1225,7 @@ pru0: pru at 34000 {
>  
>  		pru1: pru at 38000 {
>  			compatible = "ti,am625-pru";
> -			reg = <0x38000 0x3000>,
> +			reg = <0x38000 0x4000>,
>  			      <0x24000 0x100>,
>  			      <0x24400 0x100>;
>  			reg-names = "iram", "control", "debug";

-- 
Regards
Vignesh
https://ti.com/opensource




More information about the linux-arm-kernel mailing list