Lines Matching +full:ts +full:- +full:attached
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * QNAP TS-409 Board Setup
23 #include <asm/mach-types.h>
29 #include "tsx09-common.h"
32 * QNAP TS-409 Info
36 * QNAP TS-409 hardware :
37 * - Marvell 88F5281-D0
38 * - Marvell 88SX7042 SATA controller (PCIe)
39 * - Marvell 88E1118 Gigabit Ethernet PHY
40 * - RTC S35390A (@0x30) on I2C bus
41 * - 8MB NOR flash
42 * - 256MB of DDR-2 RAM
58 * [2] 0x00000000-0x00200000 : "Kernel"
59 * [3] 0x00200000-0x00600000 : "RootFS1"
60 * [4] 0x00600000-0x00700000 : "RootFS2"
61 * [6] 0x00700000-0x00760000 : "NAS Config" (read-only)
62 * [5] 0x00760000-0x00780000 : "U-Boot Config"
63 * [1] 0x00780000-0x00800000 : "U-Boot" (read-only)
67 .name = "U-Boot",
84 .name = "U-Boot Config",
104 .end = QNAP_TS409_NOR_BOOT_BASE + QNAP_TS409_NOR_BOOT_SIZE - 1,
108 .name = "physmap-flash",
125 * Check for devices with hard-wired IRQs. in qnap_ts409_pci_map_irq()
128 if (irq != -1) in qnap_ts409_pci_map_irq()
132 * PCI isn't used on the TS-409 in qnap_ts409_pci_map_irq()
134 return -1; in qnap_ts409_pci_map_irq()
165 * LEDs attached to GPIO
194 .name = "leds-gpio",
195 .id = -1,
202 * GPIO Attached Keys
203 * Power button is attached to the PIC microcontroller
229 .name = "gpio-keys",
230 .id = -1,
305 /* register tsx09 specific power-off method */ in qnap_ts409_init()
309 MACHINE_START(TS409, "QNAP TS-409")