Searched +full:0 +full:x09010000 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | st,stm32-fmc2-ebi.yaml | 46 <bank-number> 0 <address of the bank> <size> 49 "^.*@[0-4],[a-f0-9]+$": 73 reg = <0x58002000 0x1000>; 77 ranges = <0 0 0x60000000 0x04000000>, /* EBI CS 1 */ 78 <1 0 0x64000000 0x04000000>, /* EBI CS 2 */ 79 <2 0 0x68000000 0x04000000>, /* EBI CS 3 */ 80 <3 0 0x6c000000 0x04000000>, /* EBI CS 4 */ 81 <4 0 0x80000000 0x10000000>; /* NAND */ 83 psram@0,0 { 85 reg = <0 0x00000000 0x100000>; [all …]
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp131.dtsi | 16 #size-cells = <0>; 18 cpu0: cpu@0 { 21 reg = <0>; 43 #size-cells = <0>; 44 linaro,optee-channel-id = <0>; 47 reg = <0x14>; 52 reg = <0x16>; 57 reg = <0x17>; 61 #size-cells = <0>; 63 scmi_reg11: regulator@0 { [all …]
|
H A D | stm32mp151.dtsi | 16 #size-cells = <0>; 18 cpu0: cpu@0 { 22 reg = <0>; 42 reg = <0xa0021000 0x1000>, 43 <0xa0022000 0x2000>; 58 #clock-cells = <0>; 64 #clock-cells = <0>; 70 #clock-cells = <0>; 76 #clock-cells = <0>; 82 #clock-cells = <0>; [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | virt.c | 148 * 0..128MB is space for a flash device so we can run bootrom code such as UEFI. 156 * Note that devices should generally be placed at multiples of 0x10000, 160 /* Space up to 0x8000000 is reserved for a boot ROM */ 161 [VIRT_FLASH] = { 0, 0x08000000 }, 162 [VIRT_CPUPERIPHS] = { 0x08000000, 0x00020000 }, 164 [VIRT_GIC_DIST] = { 0x08000000, 0x00010000 }, 165 [VIRT_GIC_CPU] = { 0x08010000, 0x00010000 }, 166 [VIRT_GIC_V2M] = { 0x08020000, 0x00001000 }, 167 [VIRT_GIC_HYP] = { 0x08030000, 0x00010000 }, 168 [VIRT_GIC_VCPU] = { 0x08040000, 0x00010000 }, [all …]
|