June Tate-Gans | de717f9 | 2023-07-05 18:18:44 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2021, HENSOLDT Cyber |
| 3 | * |
| 4 | * SPDX-License-Identifier: GPL-2.0-or-later or BSD-3-Clause |
| 5 | */ |
| 6 | |
| 7 | / { |
| 8 | /* |
| 9 | * Override memory configuration for debug in simulation. The |
| 10 | * real hardware has 4MiB of RAM while the debug simulation |
| 11 | * uses 64MiB. |
| 12 | */ |
Sam Leffler | bbebce1 | 2023-07-21 11:33:27 -0700 | [diff] [blame] | 13 | memory@50000000 { |
June Tate-Gans | de717f9 | 2023-07-05 18:18:44 +0000 | [diff] [blame] | 14 | #address-cells = <1>; |
| 15 | #size-cells = <1>; |
| 16 | device_type = "memory"; |
Sam Leffler | bbebce1 | 2023-07-21 11:33:27 -0700 | [diff] [blame] | 17 | reg = <0x50000000 0x4000000>; |
June Tate-Gans | de717f9 | 2023-07-05 18:18:44 +0000 | [diff] [blame] | 18 | }; |
| 19 | }; |