0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002
0003 #include "ste-dbx5x0.dtsi"
0004
0005 / {
0006 cpus {
0007 cpu@300 {
0008 operating-points = <1152000 0
0009 798720 0
0010 399360 0
0011 199680 0>;
0012 };
0013 };
0014
0015 reserved-memory {
0016 #address-cells = <1>;
0017 #size-cells = <1>;
0018 ranges;
0019
0020 /* Modem trace memory */
0021 ram@6000000 {
0022 reg = <0x06000000 0x00f00000>;
0023 no-map;
0024 };
0025
0026 /* Modem shared memory */
0027 ram@6f00000 {
0028 reg = <0x06f00000 0x00100000>;
0029 no-map;
0030 };
0031
0032 /* Modem private memory */
0033 ram@7000000 {
0034 reg = <0x07000000 0x01000000>;
0035 no-map;
0036 };
0037
0038 /*
0039 * Initial Secure Software ISSW memory
0040 *
0041 * This is probably only used if the kernel tries
0042 * to actually call into trustzone to run secure
0043 * applications, which the mainline kernel probably
0044 * will not do on this old chipset. But you can never
0045 * be too careful, so reserve this memory anyway.
0046 */
0047 ram@17f00000 {
0048 reg = <0x17f00000 0x00100000>;
0049 no-map;
0050 };
0051 };
0052 };