Searched +full:0 +full:x1000a000 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/arm/include/debug/ |
H A D | imx-uart.h | 9 #define IMX1_UART1_BASE_ADDR 0x00206000 10 #define IMX1_UART2_BASE_ADDR 0x00207000 14 #define IMX25_UART1_BASE_ADDR 0x43f90000 15 #define IMX25_UART2_BASE_ADDR 0x43f94000 16 #define IMX25_UART3_BASE_ADDR 0x5000c000 17 #define IMX25_UART4_BASE_ADDR 0x50008000 18 #define IMX25_UART5_BASE_ADDR 0x5002c000 22 #define IMX27_UART1_BASE_ADDR 0x1000a000 23 #define IMX27_UART2_BASE_ADDR 0x1000b000 24 #define IMX27_UART3_BASE_ADDR 0x1000c000 [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | realview.c | 35 #define SMP_BOOT_ADDR 0xe0000000 36 #define SMP_BOOTREG_ADDR 0x10000030 54 0x33b, 55 0x33b, 56 0x769, 57 0x76d 68 qdev_connect_gpio_out(splitter, 0, out1); in split_irq_from_named() 70 qdev_connect_gpio_out_named(src, outname, 0, in split_irq_from_named() 71 qdev_get_gpio_in(splitter, 0)); in split_irq_from_named() 93 int is_mpcore = 0; in realview_init() [all …]
|
H A D | versatilepb.c | 31 #define VERSATILE_FLASH_ADDR 0x34000000 68 qemu_set_irq(s->parent[s->irq], flags != 0); in vpb_sic_update() 80 qemu_set_irq(s->parent[i], (s->level & mask) != 0); in vpb_sic_update_pic() 102 case 0: /* STATUS */ in vpb_sic_read() 113 printf ("vpb_sic_read: Bad register offset 0x%x\n", (int)offset); in vpb_sic_read() 114 return 0; in vpb_sic_read() 139 s->pic_enable |= (value & 0x7fe00000); in vpb_sic_write() 147 printf ("vpb_sic_write: Bad register offset 0x%x\n", (int)offset); in vpb_sic_write() 167 for (i = 0; i < 32; i++) { in vpb_sic_init() 172 "vpb-sic", 0x1000); in vpb_sic_init() [all …]
|
H A D | vexpress.c | 50 #define VEXPRESS_BOARD_ID 0x8e0 54 /* Number of virtio transports to create (0..8; limited by 98 [VE_NORFLASHALIAS] = 0, 99 /* CS7: 0x10000000 .. 0x10020000 */ 100 [VE_SYSREGS] = 0x10000000, 101 [VE_SP810] = 0x10001000, 102 [VE_SERIALPCI] = 0x10002000, 103 [VE_PL041] = 0x10004000, 104 [VE_MMCI] = 0x10005000, 105 [VE_KMI0] = 0x10006000, [all …]
|
/openbmc/linux/arch/arm/boot/dts/arm/ |
H A D | arm-realview-eb.dtsi | 43 /* 128 MiB memory @ 0x0 */ 44 reg = <0x00000000 0x08000000>; 48 vmmc: fixedregulator@0 { 57 #clock-cells = <0>; 63 #clock-cells = <0>; 71 #clock-cells = <0>; 79 #clock-cells = <0>; 87 #clock-cells = <0>; 95 #clock-cells = <0>; 103 #clock-cells = <0>; [all …]
|
H A D | arm-realview-pbx.dtsi | 44 /* 128 MiB memory @ 0x0 */ 45 reg = <0x00000000 0x08000000>; 66 #clock-cells = <0>; 72 #clock-cells = <0>; 78 #clock-cells = <0>; 86 #clock-cells = <0>; 94 #clock-cells = <0>; 102 #clock-cells = <0>; 110 #clock-cells = <0>; 118 #clock-cells = <0>; [all …]
|
H A D | arm-realview-pb11mp.dts | 45 * The PB11MPCore has 512 MiB memory @ 0x70000000 46 * and the first 256 are also remapped @ 0x00000000 48 reg = <0x70000000 0x20000000>; 53 #size-cells = <0>; 56 MP11_0: cpu@0 { 59 reg = <0>; 91 reg = <0x1f001000 0x1000>, 92 <0x1f000100 0x100>; 97 reg = <0x1f002000 0x1000>; 99 interrupts = <0 29 IRQ_TYPE_LEVEL_HIGH>, [all …]
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx27.dtsi | 47 reg = <0x10040000 0x1000>; 53 #clock-cells = <0>; 59 #size-cells = <0>; 62 cpu: cpu@0 { 64 reg = <0>; 88 reg = <0x10000000 0x20000>; 93 reg = <0x10001000 0x1000>; 104 reg = <0x10002000 0x1000>; 111 reg = <0x10003000 0x1000>; 120 reg = <0x10004000 0x1000>; [all …]
|