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