mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 22:23:55 +00:00
ARM: dts: at91: sama5d2: Add secumod node
The sama5d2 has a security module, add its node. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
parent
58c016e09c
commit
d44432dfc4
@ -1244,6 +1244,11 @@
|
|||||||
clocks = <&pioA_clk>;
|
clocks = <&pioA_clk>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
secumod@fc040000 {
|
||||||
|
compatible = "atmel,sama5d2-secumod", "syscon";
|
||||||
|
reg = <0xfc040000 0x100>;
|
||||||
|
};
|
||||||
|
|
||||||
tdes@fc044000 {
|
tdes@fc044000 {
|
||||||
compatible = "atmel,at91sam9g46-tdes";
|
compatible = "atmel,at91sam9g46-tdes";
|
||||||
reg = <0xfc044000 0x100>;
|
reg = <0xfc044000 0x100>;
|
||||||
|
Loading…
Reference in New Issue
Block a user