Lines Matching +full:bool +full:- +full:property
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
47 * + Property "memory": MemoryRegion defining the physical address space
48 * that CPU accesses see. (The NVIC, bitbanding and other CPU-internal
50 * + Property "idau": IDAU interface (forwarded to CPU object)
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)
53 * + Property "vfp": enable VFP (forwarded to CPU object)
54 * + Property "dsp": enable DSP (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)
107 bool enable_bitband;
108 bool start_powered_off;
109 bool vfp;
110 bool dsp;