From: Alif Zakuan Yuslaimi <[email protected]> noc_fw_tcu_tcu_scr register has a base address of 0xFFD21400 and an end address of 0xFFD214FF for Agilex7/7M and Stratix10, which makes the size of the register a total of 256 bytes.
Signed-off-by: Alif Zakuan Yuslaimi <[email protected]> Signed-off-by: Boon Khai Ng <[email protected]> --- arch/arm/dts/socfpga_soc64_u-boot.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/socfpga_soc64_u-boot.dtsi b/arch/arm/dts/socfpga_soc64_u-boot.dtsi index ce5b37ef547..a6e0b615717 100644 --- a/arch/arm/dts/socfpga_soc64_u-boot.dtsi +++ b/arch/arm/dts/socfpga_soc64_u-boot.dtsi @@ -132,7 +132,7 @@ /* TCU */ noc_fw_tcu_tcu_scr@ffd21400 { - reg = <0xffd21400 0x00000004>; + reg = <0xffd21400 0x00000100>; intel,offset-settings = <0x00000000 0x01010001 0x01010001>; bootph-all; -- 2.43.7

