forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/powerpc/boot/dts/mpc885ads.dts
....@@ -1,13 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * MPC885 ADS Device Tree Source
34 *
45 * Copyright 2006 MontaVista Software, Inc.
56 * Copyright 2007,2008 Freescale Semiconductor, Inc.
6
- *
7
- * This program is free software; you can redistribute it and/or modify it
8
- * under the terms of the GNU General Public License as published by the
9
- * Free Software Foundation; either version 2 of the License, or (at your
10
- * option) any later version.
117 */
128
139 /dts-v1/;
....@@ -72,7 +68,7 @@
7268 #address-cells = <1>;
7369 #size-cells = <1>;
7470 device_type = "soc";
75
- ranges = <0x0 0xff000000 0x4000>;
71
+ ranges = <0x0 0xff000000 0x28000>;
7672 bus-frequency = <0>;
7773
7874 // Temporary -- will go away once kernel uses ranges for get_immrbase().
....@@ -224,6 +220,17 @@
224220 #size-cells = <0>;
225221 };
226222 };
223
+
224
+ crypto@20000 {
225
+ compatible = "fsl,sec1.2", "fsl,sec1.0";
226
+ reg = <0x20000 0x8000>;
227
+ interrupts = <1 1>;
228
+ interrupt-parent = <&PIC>;
229
+ fsl,num-channels = <1>;
230
+ fsl,channel-fifo-len = <24>;
231
+ fsl,exec-units-mask = <0x4c>;
232
+ fsl,descriptor-types-mask = <0x05000154>;
233
+ };
227234 };
228235
229236 chosen {