blob: fb04e7ddd1bf7116c251a26067d9674f7b251cf9 [file] [log] [blame]
Yann Gautier2e286922019-03-11 10:04:38 +01001/*
2 * Copyright (c) 2017-2019, STMicroelectronics - All Rights Reserved
3 *
4 * SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
5 */
6
7/ {
8 soc {
9 stgen: stgen@5C008000 {
10 compatible = "st,stm32-stgen";
11 reg = <0x5C008000 0x1000>;
12 status = "okay";
13 };
14 };
15};
16
17&bsec {
18 mac_addr: mac_addr@e4 {
19 reg = <0xe4 0x6>;
20 status = "okay";
21 secure-status = "okay";
22 };
23 /* Spare field to align on 32-bit OTP granularity */
24 spare_ns_ea: spare_ns_ea@ea {
25 reg = <0xea 0x2>;
26 status = "okay";
27 secure-status = "okay";
28 };
29 board_id: board_id@ec {
30 reg = <0xec 0x4>;
31 status = "okay";
32 secure-status = "okay";
33 };
34};