mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-01 19:14:43 +00:00
The Linux Automation Test Automation Controller (LXA TAC)[1] is an embedded software development tool built around the Octavo Systems OSD32MP15x SiP. The device contains an eMMC for storage, a DSA-capable on board ethernet switch with two external ports, dual CAN busses, a power switch to turn a device under test on or off and some other I/O. [1]: https://www.linux-automation.com/en/products/lxa-tac.html Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de> Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de> Signed-off-by: Jan Luebbe <jlu@pengutronix.de> [m.felsch@pengutronix.de: sort phandles alphabetical] [m.felsch@pengutronix.de: adapt st,pkcs to st,clksrc] [m.felsch@pengutronix.de: adapt pll vco setup] [m.felsch@pengutronix.de: adapt commit message] Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Change-Id: Ic943da379557adba2673064160b85d308d962a29
8 lines
203 B
Devicetree
8 lines
203 B
Devicetree
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
/*
|
|
* Copyright (c) 2021, STMicroelectronics - All Rights Reserved
|
|
*/
|
|
|
|
#define DDR_SIZE 0x20000000 /* 512MB */
|
|
#include "stm32mp15-fw-config.dtsi"
|