stm32mp157c-security.dtsi 618 Bytes
Newer Older
Yann Gautier's avatar
Yann Gautier committed
1
2
3
4
5
6
7
8
/*
 * Copyright (c) 2017-2019, STMicroelectronics - All Rights Reserved
 *
 * SPDX-License-Identifier:	GPL-2.0+	BSD-3-Clause
 */

/ {
	soc {
9
		stgen: stgen@5c008000 {
Yann Gautier's avatar
Yann Gautier committed
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
			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";
	};
	board_id: board_id@ec {
		reg = <0xec 0x4>;
		status = "okay";
		secure-status = "okay";
	};
};