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 = <998400 0 9 798720 0 10 399360 0 11 199680 0>; 12 }; 13 }; 14 15 reserved-memory { 16 #address-cells = <1>; 17 #size-cells = <1>; 18 ranges; 19 20 /* 21 * Initial Secure Software ISSW memory 22 * 23 * This is probably only used if the kernel tries 24 * to actually call into trustzone to run secure 25 * applications, which the mainline kernel probably 26 * will not do on this old chipset. But you can never 27 * be too careful, so reserve this memory anyway. 28 */ 29 ram@17f00000 { 30 reg = <0x17f00000 0x00100000>; 31 no-map; 32 }; 33 }; 34}; 35