From: Abdellatif El Khlifi <abdellatif.elkhl...@arm.com>

add QSPI flash device node for block storage access

Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhl...@arm.com>
---
 arch/arm/dts/corstone1000.dtsi | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/arch/arm/dts/corstone1000.dtsi b/arch/arm/dts/corstone1000.dtsi
index 4e46826f88..533dfdf8e1 100644
--- a/arch/arm/dts/corstone1000.dtsi
+++ b/arch/arm/dts/corstone1000.dtsi
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 or MIT
 /*
- * Copyright (c) 2022, Arm Limited. All rights reserved.
+ * Copyright 2022-2023 Arm Limited and/or its affiliates 
<open-source-off...@arm.com>
  * Copyright (c) 2022, Linaro Limited. All rights reserved.
  *
  */
@@ -38,6 +38,13 @@
                reg = <0x88200000 0x77e00000>;
        };
 
+       nvmxip-qspi@08000000 {
+               compatible = "nvmxip,qspi";
+               reg = <0x08000000 0x2000000>;
+               lba_shift = <9>;
+               lba = <65536>;
+       };
+
        gic: interrupt-controller@1c000000 {
                compatible = "arm,gic-400";
                #interrupt-cells = <3>;
-- 
2.17.1

Reply via email to