rockchip: dts: rk3368: add and enable crypto node
Change-Id: Icfffb1311388ff7de59b9c9da7d5f25c7eb35684 Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
parent
14ce00ea60
commit
1be69feab0
|
|
@ -14,6 +14,10 @@
|
|||
compatible = "rockchip,rk3368-evb", "rockchip,rk3368";
|
||||
};
|
||||
|
||||
&crypto {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&emmc {
|
||||
fifo-mode;
|
||||
bus-width = <8>;
|
||||
|
|
|
|||
|
|
@ -51,6 +51,10 @@
|
|||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&crypto {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&grf {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -750,6 +750,14 @@
|
|||
interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
crypto: crypto@ff8a0000 {
|
||||
compatible = "rockchip,rk3368-crypto";
|
||||
reg = <0x0 0xff8a0000 0x0 0x10000>;
|
||||
clock-names = "sclk_crypto";
|
||||
clocks = <&cru SCLK_CRYPTO>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
gic: interrupt-controller@ffb71000 {
|
||||
compatible = "arm,gic-400";
|
||||
interrupt-controller;
|
||||
|
|
|
|||
Loading…
Reference in New Issue