diff options
author | Joel Stanley <joel@jms.id.au> | 2021-11-17 11:51:05 +0800 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-12-21 15:02:27 +1030 |
commit | fea289467608ffddb2f8d3a740912047974bb183 (patch) | |
tree | fe7331dc095794d64ddcbfbceba4be235a76120f /arch/arm | |
parent | bc9fd597b3009d3412022c7beb3fbb01c9d27b31 (diff) |
ARM: dts: aspeed: Add secure boot controller node
The ast2600 has a secure boot controller.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Ryan Chen <ryan_chen@aspeedtech.com>
Link: https://lore.kernel.org/r/20211117035106.321454-3-joel@jms.id.au
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g6.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi index 5106a424f1ce..16b36c13695a 100644 --- a/arch/arm/boot/dts/aspeed-g6.dtsi +++ b/arch/arm/boot/dts/aspeed-g6.dtsi @@ -384,6 +384,11 @@ status = "disabled"; }; + sbc: secure-boot-controller@1e6f2000 { + compatible = "aspeed,ast2600-sbc"; + reg = <0x1e6f2000 0x1000>; + }; + gpio0: gpio@1e780000 { #gpio-cells = <2>; gpio-controller; |