mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-07 21:33:54 +00:00

Add one device tree to support a family of boards (PRTT1C, PRTT1S, PRTT1A) based on STM32MP151AAD3, used as sensors and actuators for industrial, 10BaseT1L based networks. This change was tested with barebox 2022.12.0 bootloader and kernel v6.2.0-rc1. Signed-off-by: David Jander <david@protonic.nl> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Change-Id: Ibab9933eadd7aa379ae0a7c7ccbfc2fbb9a44ca8
7 lines
215 B
Text
7 lines
215 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
/*
|
|
* Copyright (c) 2023, Oleksij Rempel <kernel@pengutronix.de>, Pengutronix
|
|
*/
|
|
|
|
#define DDR_SIZE 0x10000000 /* 256 MB */
|
|
#include "stm32mp15-fw-config.dtsi"
|