aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/board/juno/fdts/juno_fw_config.dts
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/board/juno/fdts/juno_fw_config.dts')
-rw-r--r--plat/arm/board/juno/fdts/juno_fw_config.dts8
1 files changed, 7 insertions, 1 deletions
diff --git a/plat/arm/board/juno/fdts/juno_fw_config.dts b/plat/arm/board/juno/fdts/juno_fw_config.dts
index c0538f863..4b88efe8c 100644
--- a/plat/arm/board/juno/fdts/juno_fw_config.dts
+++ b/plat/arm/board/juno/fdts/juno_fw_config.dts
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019-2020, ARM Limited. All rights reserved.
+ * Copyright (c) 2019-2021, ARM Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -17,5 +17,11 @@
max-size = <0x200>;
id = <TB_FW_CONFIG_ID>;
};
+
+ hw-config {
+ load-address = <0x0 0x82000000>;
+ max-size = <0x8000>;
+ id = <HW_CONFIG_ID>;
+ };
};
};