Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.2 34 lines 667 B view raw
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};