blob: 21f82422b31a85a6425ee22cd9732faccc9f1cef (
plain)
1
2
3
4
5
6
7
|
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
/*
* Copyright (c) 2022, STMicroelectronics - All Rights Reserved
*/
#define DDR_SIZE 0x20000000 /* 512MB */
#include "stm32mp13-fw-config.dtsi"
|