1 // SPDX-License-Identifier: GPL-2.0-or-later 2 3 #include "ste-dbx5x0.dtsi" 4 5 / { 6 cpus { 7 cpu@300 { 8 operating-points = <99 9 79 10 39 11 19 12 }; 13 }; 14 15 reserved-memory { 16 #address-cells = <1>; 17 #size-cells = <1>; 18 ranges; 19 20 /* Modem trace memory */ 21 ram@6000000 { 22 reg = <0x06000000 0x00 23 no-map; 24 }; 25 26 /* Modem shared memory */ 27 ram@6f00000 { 28 reg = <0x06f00000 0x00 29 no-map; 30 }; 31 32 /* Modem private memory */ 33 ram@7000000 { 34 reg = <0x07000000 0x01 35 no-map; 36 }; 37 38 /* 39 * Initial Secure Software ISS 40 * 41 * This is probably only used 42 * to actually call into trust 43 * applications, which the mai 44 * will not do on this old chi 45 * be too careful, so reserve 46 */ 47 ram@17f00000 { 48 reg = <0x17f00000 0x00 49 no-map; 50 }; 51 }; 52 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.