We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 603986a + 8182273 commit 9ad249aCopy full SHA for 9ad249a
arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -158,6 +158,10 @@
158
zynqmp_pcap: pcap {
159
compatible = "xlnx,zynqmp-pcap-fpga";
160
};
161
+
162
+ xlnx_aes: zynqmp-aes {
163
+ compatible = "xlnx,zynqmp-aes";
164
+ };
165
166
167
@@ -185,7 +189,7 @@
185
189
ranges = <0 0 0 0 0xffffffff>;
186
190
187
191
gic: interrupt-controller@f9010000 {
188
- compatible = "arm,gic-400", "arm,cortex-a15-gic";
192
+ compatible = "arm,gic-400";
193
#interrupt-cells = <3>;
194
reg = <0x0 0xf9010000 0x10000>,
195
<0x0 0xf9020000 0x20000>,
0 commit comments