blob: 2abbe50e666c8fd85f8b4c0b820c127c32dc19d8 (
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 0x40000000 /* 1GB */
#include "stm32mp15-fw-config.dtsi"
|