1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later 2*f126890aSEmmanuel Vadot 3*f126890aSEmmanuel Vadot#include "ste-dbx5x0.dtsi" 4*f126890aSEmmanuel Vadot 5*f126890aSEmmanuel Vadot/ { 6*f126890aSEmmanuel Vadot cpus { 7*f126890aSEmmanuel Vadot cpu@300 { 8*f126890aSEmmanuel Vadot operating-points = <998400 0 9*f126890aSEmmanuel Vadot 798720 0 10*f126890aSEmmanuel Vadot 399360 0 11*f126890aSEmmanuel Vadot 199680 0>; 12*f126890aSEmmanuel Vadot }; 13*f126890aSEmmanuel Vadot }; 14*f126890aSEmmanuel Vadot 15*f126890aSEmmanuel Vadot reserved-memory { 16*f126890aSEmmanuel Vadot #address-cells = <1>; 17*f126890aSEmmanuel Vadot #size-cells = <1>; 18*f126890aSEmmanuel Vadot ranges; 19*f126890aSEmmanuel Vadot 20*f126890aSEmmanuel Vadot /* 21*f126890aSEmmanuel Vadot * Initial Secure Software ISSW memory 22*f126890aSEmmanuel Vadot * 23*f126890aSEmmanuel Vadot * This is probably only used if the kernel tries 24*f126890aSEmmanuel Vadot * to actually call into trustzone to run secure 25*f126890aSEmmanuel Vadot * applications, which the mainline kernel probably 26*f126890aSEmmanuel Vadot * will not do on this old chipset. But you can never 27*f126890aSEmmanuel Vadot * be too careful, so reserve this memory anyway. 28*f126890aSEmmanuel Vadot */ 29*f126890aSEmmanuel Vadot ram@17f00000 { 30*f126890aSEmmanuel Vadot reg = <0x17f00000 0x00100000>; 31*f126890aSEmmanuel Vadot no-map; 32*f126890aSEmmanuel Vadot }; 33*f126890aSEmmanuel Vadot }; 34*f126890aSEmmanuel Vadot}; 35