mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 15:18:15 +00:00
ARM: i.MX25: add scc module to dtsi
Add the Security Controller (SCC) module to the dtsi. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
ff0078f0b0
commit
ba97eed2b6
1 changed files with 9 additions and 0 deletions
|
@ -420,6 +420,15 @@
|
||||||
interrupts = <41>;
|
interrupts = <41>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
scc: crypto@53fac000 {
|
||||||
|
compatible = "fsl,imx25-scc";
|
||||||
|
reg = <0x53fac000 0x4000>;
|
||||||
|
clocks = <&clks 111>;
|
||||||
|
clock-names = "ipg";
|
||||||
|
interrupts = <49>, <50>;
|
||||||
|
interrupt-names = "scm", "smn";
|
||||||
|
};
|
||||||
|
|
||||||
esdhc1: esdhc@53fb4000 {
|
esdhc1: esdhc@53fb4000 {
|
||||||
compatible = "fsl,imx25-esdhc";
|
compatible = "fsl,imx25-esdhc";
|
||||||
reg = <0x53fb4000 0x4000>;
|
reg = <0x53fb4000 0x4000>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue