Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
6 years ago
by
Dimitris Papastamos
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
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
Showing
3 changed files
fdts/stm32mp157a-dk1.dts
+1
-8
fdts/stm32mp157a-dk1.dts
fdts/stm32mp157c-ed1.dts
+2
-9
fdts/stm32mp157c-ed1.dts
fdts/stm32mp157c-security.dtsi
+34
-0
fdts/stm32mp157c-security.dtsi
with
37 additions
and
17 deletions
+37
-17
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
*/
...
...
This diff is collapsed.
Click to expand it.
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
*/
...
...
This diff is collapsed.
Click to expand it.
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";
};
};
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help