blob: 165ffa0cb9857f41d49f852b569b7a5950449bb2 [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 {
Manivannan Sadhasivam0dfb1032019-04-26 18:55:59 +05309 stgen: stgen@5c008000 {
Yann Gautier2e286922019-03-11 10:04:38 +010010 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 };
Yann Gautier990ecea2019-06-04 17:24:36 +020029};
30
Lionel Debieve7bd96f42019-09-03 12:22:23 +020031&hash1 {
32 secure-status = "okay";
33};
34
Yann Gautier990ecea2019-06-04 17:24:36 +020035&sdmmc1 {
36 compatible = "st,stm32-sdmmc2";
37};
38
39&sdmmc2 {
40 compatible = "st,stm32-sdmmc2";
Yann Gautier2e286922019-03-11 10:04:38 +010041};