Lines Matching +full:secure +full:- +full:regions
20 #define TYPE_BITBAND "ARM-bitband-memory"
44 * + Property "cpu-type": CPU type to instantiate
45 * + Property "num-irq": number of external IRQ lines
46 * + Property "num-prio-bits": number of priority bits in the NVIC
48 * that CPU accesses see. (The NVIC, bitbanding and other CPU-internal
51 * + Property "init-svtor": secure VTOR reset value (forwarded to CPU object)
52 * + Property "init-nsvtor": non-secure VTOR reset value (forwarded to CPU object)
55 * + Property "enable-bitband": expose bitbanded IO
56 * + Property "mpu-ns-regions": number of Non-Secure MPU regions (forwarded
57 * to CPU object pmsav7-dregion property; default is whatever the default
59 * + Property "mpu-s-regions": number of Secure MPU regions (default is
61 * value as mpu-ns-regions if the CPU implements the Security Extension)