mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
feat(stm32mp2-fdts): add board ID OTP in STM32MP257F-EV1
Ad the board ID OTP node for the STM32MP257F-EV1 board. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I394b27f50a8f45c919a1e907e03572b25d958ae4
This commit is contained in:
parent
c238a46a76
commit
88528f5577
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause)
|
||||
/*
|
||||
* Copyright (C) 2023, STMicroelectronics - All Rights Reserved
|
||||
* Copyright (C) 2023-2024, STMicroelectronics - All Rights Reserved
|
||||
* Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics.
|
||||
*/
|
||||
|
||||
|
@ -29,6 +29,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
&bsec {
|
||||
board_id: board-id@3d8 {
|
||||
reg = <0x3d8 0x4>;
|
||||
};
|
||||
};
|
||||
|
||||
&usart2 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&usart2_pins_a>;
|
||||
|
|
Loading…
Add table
Reference in a new issue