Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
69905f74
Unverified
Commit
69905f74
authored
Mar 13, 2019
by
Dimitris Papastamos
Committed by
GitHub
Mar 13, 2019
Browse files
Merge pull request #1875 from Yann-lms/bsec
fdts: stm32mp1: add bsec node
parents
6105c4f8
83f62c87
Changes
3
Hide whitespace changes
Inline
Side-by-side
fdts/stm32mp157a-dk1.dts
View file @
69905f74
...
...
@@ -173,6 +173,7 @@
/*
ATF
Specific
*/
#
include
<
dt
-
bindings
/
clock
/
stm32mp1
-
clksrc
.
h
>
#
include
"stm32mp15-ddr3-1x4Gb-1066-binG.dtsi"
#
include
"stm32mp157c-security.dtsi"
/
{
aliases
{
...
...
@@ -188,14 +189,6 @@
gpio25
=
&
gpioz
;
i2c3
=
&
i2c4
;
};
soc
{
stgen
:
stgen
@
5
C008000
{
compatible
=
"st,stm32-stgen"
;
reg
=
<
0x5C008000
0x1000
>;
status
=
"okay"
;
};
};
};
/*
CLOCK
init
*/
...
...
fdts/stm32mp157c-ed1.dts
View file @
69905f74
//
SPDX
-
License
-
Identifier
:
(
GPL
-
2.0
+
OR
BSD
-
3
-
Clause
)
/*
*
Copyright
(
C
)
STMicroelectronics
2017
-
All
Rights
Reserved
*
Copyright
(
C
)
STMicroelectronics
2017
-
2019
-
All
Rights
Reserved
*
Author
:
Ludovic
Barre
<
ludovic
.
barre
@
st
.
com
>
for
STMicroelectronics
.
*/
/
dts
-
v1
/;
...
...
@@ -191,6 +191,7 @@
/*
ATF
Specific
*/
#
include
<
dt
-
bindings
/
clock
/
stm32mp1
-
clksrc
.
h
>
#
include
"stm32mp15-ddr3-2x4Gb-1066-binG.dtsi"
#
include
"stm32mp157c-security.dtsi"
/
{
aliases
{
...
...
@@ -208,14 +209,6 @@
gpio25
=
&
gpioz
;
i2c3
=
&
i2c4
;
};
soc
{
stgen
:
stgen
@
5
C008000
{
compatible
=
"st,stm32-stgen"
;
reg
=
<
0x5C008000
0x1000
>;
status
=
"okay"
;
};
};
};
/*
CLOCK
init
*/
...
...
fdts/stm32mp157c-security.dtsi
0 → 100644
View file @
69905f74
/*
* 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";
};
board_id: board_id@ec {
reg = <0xec 0x4>;
status = "okay";
secure-status = "okay";
};
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment