mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 13:36:05 +00:00

Update DDR parameters to version 1.45. Remove useless sdmmc1_dir_pins_b node. Add USART3 and UART7 nodes. Correct a PMIC value for USB regulator. Add TIMER12, TIMER15, CRYP, HASH and USBOTG_HS nodes. Update DTSI file for SDMMC compatible, but overwrite it with the former name. Move BSEC board_id node to boards DTS files, as this OTP is specific to STMicroelectronics boards. Change-Id: If4d2fe090c6a8368afe8e21e5ac70579911d3939 Signed-off-by: Yann Gautier <yann.gautier@st.com>
37 lines
618 B
Text
37 lines
618 B
Text
/*
|
|
* Copyright (c) 2017-2019, STMicroelectronics - All Rights Reserved
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
|
|
*/
|
|
|
|
/ {
|
|
soc {
|
|
stgen: stgen@5c008000 {
|
|
compatible = "st,stm32-stgen";
|
|
reg = <0x5C008000 0x1000>;
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|
|
|
|
&bsec {
|
|
mac_addr: mac_addr@e4 {
|
|
reg = <0xe4 0x6>;
|
|
status = "okay";
|
|
secure-status = "okay";
|
|
};
|
|
/* Spare field to align on 32-bit OTP granularity */
|
|
spare_ns_ea: spare_ns_ea@ea {
|
|
reg = <0xea 0x2>;
|
|
status = "okay";
|
|
secure-status = "okay";
|
|
};
|
|
};
|
|
|
|
&sdmmc1 {
|
|
compatible = "st,stm32-sdmmc2";
|
|
};
|
|
|
|
&sdmmc2 {
|
|
compatible = "st,stm32-sdmmc2";
|
|
};
|