Commit c4a0457e authored by Corentin Labbe's avatar Corentin Labbe Committed by Kevin Hilman

ARM64: dts: amlogic: adds crypto hardware node

This patch adds the GXL crypto hardware node for all GXL SoCs.
Reviewed-by: default avatarKevin Hilman <khilman@baylibre.com>
Signed-off-by: default avatarCorentin Labbe <clabbe@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent bec117ce
......@@ -36,6 +36,16 @@ dwc3: dwc3@c9000000 {
phys = <&usb3_phy>, <&usb2_phy0>, <&usb2_phy1>;
};
};
crypto: crypto@c883e000 {
compatible = "amlogic,gxl-crypto";
reg = <0x0 0xc883e000 0x0 0x36>;
interrupts = <GIC_SPI 188 IRQ_TYPE_EDGE_RISING>,
<GIC_SPI 189 IRQ_TYPE_EDGE_RISING>;
clocks = <&clkc CLKID_BLKMV>;
clock-names = "blkmv";
status = "okay";
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment