Lines Matching +full:ts +full:- +full:attached
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * QNAP TS-109/TS-209 Board Setup
21 #include <asm/mach-types.h>
27 #include "tsx09-common.h"
38 * [2] 0x00000000-0x00200000 : "Kernel"
39 * [3] 0x00200000-0x00600000 : "RootFS1"
40 * [4] 0x00600000-0x00700000 : "RootFS2"
41 * [6] 0x00700000-0x00760000 : "NAS Config" (read-only)
42 * [5] 0x00760000-0x00780000 : "U-Boot Config"
43 * [1] 0x00780000-0x00800000 : "U-Boot" (read-only)
47 .name = "U-Boot",
64 .name = "U-Boot Config",
84 .end = QNAP_TS209_NOR_BOOT_BASE + QNAP_TS209_NOR_BOOT_SIZE - 1,
88 .name = "physmap-flash",
147 * Check for devices with hard-wired IRQs. in qnap_ts209_pci_map_irq()
150 if (irq != -1) in qnap_ts209_pci_map_irq()
156 switch (slot - QNAP_TS209_PCI_SLOT0_OFFS) { in qnap_ts209_pci_map_irq()
162 return -1; in qnap_ts209_pci_map_irq()
196 * GPIO Attached Keys
197 * Power button is attached to the PIC microcontroller
223 .name = "gpio-keys",
224 .id = -1,
279 * MPP[23-25] Reserved in qnap_ts209_init()
316 /* register tsx09 specific power-off method */ in qnap_ts209_init()
320 MACHINE_START(TS209, "QNAP TS-109/TS-209")