/linux/arch/mips/jazz/ |
H A D | irq.c | 62 r4030_write_reg16(JAZZ_IO_IRQ_ENABLE, 0); in init_r4030_ints() 69 * driver compatibility reasons interrupts 0 - 15 to be the i8259 79 /* Map 0xe0000000 -> 0x0:800005C0, 0xe0010000 -> 0x1:30000580 */ in arch_init_irq() 80 add_wired_entry(0x02000017, 0x03c00017, 0xe0000000, PM_64K); in arch_init_irq() 81 /* Map 0xe2000000 -> 0x0:900005C0, 0xe3010000 -> 0x0:910005C0 */ in arch_init_irq() 82 add_wired_entry(0x02400017, 0x02440017, 0xe2000000, PM_16M); in arch_init_irq() 83 /* Map 0xe4000000 -> 0x0:600005C0, 0xe4100000 -> 400005C0 */ in arch_init_irq() 84 add_wired_entry(0x01800017, 0x01000017, 0xe4000000, PM_4M); in arch_init_irq() 106 if (likely(irq > 0)) in plat_irq_dispatch()
|
H A D | setup.c | 30 .start = 0x00, 31 .end = 0x1f, 35 .start = 0x40, 36 .end = 0x5f, 40 .start = 0x80, 41 .end = 0x8f, 45 .start = 0xc0, 46 .end = 0xdf, 56 /* Map 0xe0000000 -> 0x0:800005C0, 0xe0010000 -> 0x1:30000580 */ in plat_mem_setup() 57 add_wired_entry(0x02000017, 0x03c00017, 0xe0000000, PM_64K); in plat_mem_setup() [all …]
|
/linux/arch/arm/mach-bcm/ |
H A D | board_bcm281xx.c | 11 #define SECWDOG_OFFSET 0x00000000 12 #define SECWDOG_RESERVED_MASK 0xe2000000 13 #define SECWDOG_WD_LOAD_FLAG_MASK 0x10000000 14 #define SECWDOG_EN_MASK 0x08000000 15 #define SECWDOG_SRSTEN_MASK 0x04000000 17 #define SECWDOG_COUNT_SHIFT 0 30 base = of_iomap(np_wdog, 0); in bcm281xx_restart() 41 (0x15 << SECWDOG_CLKS_SHIFT) | in bcm281xx_restart() 42 (0x8 << SECWDOG_COUNT_SHIFT); in bcm281xx_restart()
|
/linux/Documentation/devicetree/bindings/pci/ |
H A D | 83xx-512x-pci.txt | 12 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 14 /* IDSEL 0x0E -mini PCI */ 15 0x7000 0x0 0x0 0x1 &ipic 18 0x8 16 0x7000 0x0 0x0 0x2 &ipic 18 0x8 17 0x7000 0x0 0x0 0x3 &ipic 18 0x8 18 0x7000 0x0 0x0 0x4 &ipic 18 0x8 20 /* IDSEL 0x0F - PCI slot */ 21 0x7800 0x0 0x0 0x1 &ipic 17 0x8 22 0x7800 0x0 0x0 0x2 &ipic 18 0x8 23 0x7800 0x0 0x0 0x3 &ipic 17 0x8 [all …]
|
/linux/Documentation/devicetree/bindings/mtd/ |
H A D | arm,pl353-nand-r2p1.yaml | 37 reg = <0xe000e000 0x0001000>; 40 ranges = <0x0 0x0 0xe1000000 0x1000000 /* Nand CS region */ 41 0x1 0x0 0xe2000000 0x2000000 /* SRAM/NOR CS0 region */ 42 0x2 0x0 0xe4000000 0x2000000>; /* SRAM/NOR CS1 region */ 46 nfc0: nand-controller@0,0 { 48 reg = <0 0 0x1000000>; 50 #size-cells = <0>;
|
/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | arm,pl35x-smc.yaml | 33 pattern: "^memory-controller@[0-9a-f]+$" 69 - description: Combined or Memory interface 0 IRQ 73 "@[0-7],[a-f0-9]+$": 91 minimum: 0 141 reg = <0xe000e000 0x0001000>; 144 ranges = <0x0 0x0 0xe1000000 0x1000000 /* Nand CS region */ 145 0x1 0x0 0xe2000000 0x2000000 /* SRAM/NOR CS0 region */ 146 0x2 0x0 0xe4000000 0x2000000>; /* SRAM/NOR CS1 region */ 150 nfc0: nand-controller@0,0 { 152 reg = <0 0 0x1000000>; [all …]
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | microchip,lan966x-switch.yaml | 20 pattern: "^switch@[0-9a-f]+$" 68 const: 0 73 "^port@[0-9a-f]+$": 83 const: 0 143 reg = <0xe0000000 0x0100000>, 144 <0xe2000000 0x0800000>; 148 resets = <&switch_reset 0>; 152 #size-cells = <0>; 154 port0: port@0 { 155 reg = <0>; [all …]
|
/linux/arch/arm64/boot/dts/marvell/ |
H A D | cn9131-db.dtsi | 24 pinctrl-0 = <&cp1_xhci0_vbus_pins>; 45 pinctrl-0 = <&cp1_sfp_pins>; 61 #define CP11X_PCIEx_MEM_BASE(iface) (0xe2000000 + (iface * 0x1000000)) 62 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 90 phys = <&cp1_comphy4 0>; 106 pinctrl-0 = <&cp1_i2c0_pins>; 113 pinctrl-0 = <&cp1_pcie_reset_pins>; 116 marvell,reset-gpio = <&cp1_gpio1 0 GPIO_ACTIVE_HIGH>; 119 phys = <&cp1_comphy0 0 120 &cp1_comphy1 0>; [all …]
|
H A D | cn9132-sr-cex7.dtsi | 15 #define CP11X_PCIEx_MEM_BASE(iface) (0xe2000000 + (iface * 0x1000000)) 16 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 37 #define CP11X_PCIEx_MEM_BASE(iface) (0xe5000000 + (iface * 0x1000000)) 38 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 80 cooling-levels = <0 51 102 153 204 255>; 83 pinctrl-0 = <&cp0_fan_pwm_pins &cp0_fan_tacho_pins>; 101 pinctrl-0 = <&cp0_reg_ap_vhv_pins>; 112 pinctrl-0 = <&cp0_reg_cp_vhv_pins>; 137 pinctrl-0 = <&ap_mmc0_pins>; 173 pinctrl-0 = <&cp0_eth1_pins>; [all …]
|
/linux/arch/arm/boot/dts/st/ |
H A D | spear600.dtsi | 12 #address-cells = <0>; 13 #size-cells = <0>; 23 reg = <0 0x40000000>; 30 ranges = <0xd0000000 0xd0000000 0x30000000>; 35 reg = <0xf1100000 0x1000>; 42 reg = <0xf1000000 0x1000>; 48 reg = <0xfc200000 0x1000>; 56 reg = <0xfc400000 0x1000>; 64 reg = <0xe0800000 0x8000>; 76 reg = <0xd1800000 0x1000 /* FSMC Register */ [all …]
|
H A D | spear13xx.dtsi | 15 #size-cells = <0>; 17 cpu@0 { 20 reg = <0>; 36 reg = < 0xec801000 0x1000 >, 37 < 0xec800100 0x0100 >; 42 interrupts = <0 6 0x04>, 43 <0 7 0x04>; 48 reg = <0xed000000 0x1000>; 56 reg = <0 0x40000000>; 79 ranges = <0x50000000 0x50000000 0x10000000 [all …]
|
/linux/arch/mips/include/asm/ |
H A D | jazz.h | 15 * but many hardware register are accessible at 0xb9000000 in 16 * instead of 0xe0000000. 19 #define JAZZ_LOCAL_IO_SPACE 0xe0000000 24 * 0xf0000000 - Rev1 25 * 0xf0000001 - Rev2 26 * 0xf0000002 - Rev3 28 #define PICA_ASIC_REVISION 0xe0000008 43 * --------- . (0) 45 #define PICA_LED 0xe000f000 54 #define LED_DOT 0x01 [all …]
|
/linux/arch/powerpc/boot/dts/ |
H A D | stx_gp3_8560.dts | 27 #size-cells = <0>; 29 PowerPC,8560@0 { 31 reg = <0>; 36 timebase-frequency = <0>; 37 bus-frequency = <0>; 38 clock-frequency = <0>; 45 reg = <0x00000000 0x10000000>; 52 ranges = <0 0xfdf00000 0x100000>; 53 bus-frequency = <0>; 56 ecm-law@0 { [all …]
|
H A D | socrates.dts | 27 #size-cells = <0>; 29 PowerPC,8544@0 { 31 reg = <0>; 34 d-cache-size = <0x8000>; // L1, 32K 35 i-cache-size = <0x8000>; // L1, 32K 36 timebase-frequency = <0>; 37 bus-frequency = <0>; 38 clock-frequency = <0>; 45 reg = <0x00000000 0x00000000>; // Filled in by U-Boot 53 ranges = <0x00000000 0xe0000000 0x00100000>; [all …]
|
H A D | tqm8540.dts | 29 #size-cells = <0>; 31 PowerPC,8540@0 { 33 reg = <0>; 38 timebase-frequency = <0>; 39 bus-frequency = <0>; 40 clock-frequency = <0>; 47 reg = <0x00000000 0x10000000>; 54 ranges = <0x0 0xe0000000 0x100000>; 55 bus-frequency = <0>; 58 ecm-law@0 { [all …]
|
H A D | tqm8541.dts | 28 #size-cells = <0>; 30 PowerPC,8541@0 { 32 reg = <0>; 37 timebase-frequency = <0>; 38 bus-frequency = <0>; 39 clock-frequency = <0>; 46 reg = <0x00000000 0x10000000>; 53 ranges = <0x0 0xe0000000 0x100000>; 54 bus-frequency = <0>; 57 ecm-law@0 { [all …]
|
H A D | tqm8555.dts | 28 #size-cells = <0>; 30 PowerPC,8555@0 { 32 reg = <0>; 37 timebase-frequency = <0>; 38 bus-frequency = <0>; 39 clock-frequency = <0>; 46 reg = <0x00000000 0x10000000>; 53 ranges = <0x0 0xe0000000 0x100000>; 54 bus-frequency = <0>; 57 ecm-law@0 { [all …]
|
H A D | tqm8560.dts | 30 #size-cells = <0>; 32 PowerPC,8560@0 { 34 reg = <0>; 39 timebase-frequency = <0>; 40 bus-frequency = <0>; 41 clock-frequency = <0>; 48 reg = <0x00000000 0x10000000>; 55 ranges = <0x0 0xe0000000 0x100000>; 56 bus-frequency = <0>; 59 ecm-law@0 { [all …]
|
H A D | stxssa8555.dts | 30 #size-cells = <0>; 32 PowerPC,8555@0 { 34 reg = <0x0>; 37 d-cache-size = <0x8000>; // L1, 32K 38 i-cache-size = <0x8000>; // L1, 32K 39 timebase-frequency = <0>; // 33 MHz, from uboot 40 bus-frequency = <0>; // 166 MHz 41 clock-frequency = <0>; // 825 MHz, from uboot 48 reg = <0x00000000 0x10000000>; 56 ranges = <0x0 0xe0000000 0x100000>; [all …]
|
H A D | mpc8349emitx.dts | 27 #size-cells = <0>; 29 PowerPC,8349@0 { 31 reg = <0x0>; 36 timebase-frequency = <0>; // from bootloader 37 bus-frequency = <0>; // from bootloader 38 clock-frequency = <0>; // from bootloader 44 reg = <0x00000000 0x10000000>; 52 ranges = <0x0 0xe0000000 0x00100000>; 53 reg = <0xe0000000 0x00000200>; 54 bus-frequency = <0>; // from bootloader [all …]
|
H A D | mpc8313erdb.dts | 26 #size-cells = <0>; 28 PowerPC,8313@0 { 30 reg = <0x0>; 35 timebase-frequency = <0>; // from bootloader 36 bus-frequency = <0>; // from bootloader 37 clock-frequency = <0>; // from bootloader 43 reg = <0x00000000 0x08000000>; // 128MB at 0 50 reg = <0xe0005000 0x1000>; 51 interrupts = <77 0x8>; 57 ranges = <0x0 0x0 0xfe000000 0x00800000 [all …]
|
H A D | tqm8548.dts | 31 #size-cells = <0>; 33 PowerPC,8548@0 { 35 reg = <0>; 38 d-cache-size = <0x8000>; // L1, 32K 39 i-cache-size = <0x8000>; // L1, 32K 46 reg = <0x00000000 0x00000000>; // Filled in by U-Boot 53 ranges = <0x0 0xe0000000 0x100000>; 54 bus-frequency = <0>; 57 ecm-law@0 { 59 reg = <0x0 0x1000>; [all …]
|
/linux/arch/powerpc/boot/dts/fsl/ |
H A D | mpc8568mds.dts | 22 reg = <0x0 0x0 0x0 0x0>; 26 reg = <0x0 0xe0005000 0x0 0x1000>; 27 ranges = <0x0 0x0 0xfe000000 0x02000000 28 0x1 0x0 0xf8000000 0x00008000 29 0x2 0x0 0xf0000000 0x04000000 30 0x4 0x0 0xf8008000 0x00008000 31 0x5 0x0 0xf8010000 0x00008000>; 33 nor@0,0 { 37 reg = <0x0 0x0 0x02000000>; 42 bcsr@1,0 { [all …]
|
/linux/arch/arm/boot/dts/nxp/lpc/ |
H A D | lpc32xx.dtsi | 20 #size-cells = <0>; 22 cpu@0 { 25 reg = <0x0>; 32 #clock-cells = <0>; 39 #clock-cells = <0>; 49 ranges = <0x00000000 0x00000000 0x10000000>, 50 <0x20000000 0x20000000 0x30000000>, 51 <0xe0000000 0xe0000000 0x04000000>; 55 reg = <0x08000000 0x20000>; 59 ranges = <0x00000000 0x08000000 0x20000>; [all …]
|
/linux/arch/arm/boot/dts/xilinx/ |
H A D | zynq-7000.dtsi | 13 #size-cells = <0>; 15 cpu0: cpu@0 { 18 reg = <0>; 47 interrupts = <0 5 4>, <0 6 4>; 49 reg = <0xf8891000 0x1000>, 50 <0xf8893000 0x1000>; 69 #size-cells = <0>; 72 port@0 { 73 reg = <0>; 104 reg = <0xf8007100 0x20>; [all …]
|