Lines Matching +full:ts +full:- +full:attached
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * QNAP TS-409 Board Setup
24 #include <asm/mach-types.h>
30 #include "tsx09-common.h"
33 * QNAP TS-409 Info
37 * QNAP TS-409 hardware :
38 * - Marvell 88F5281-D0
39 * - Marvell 88SX7042 SATA controller (PCIe)
40 * - Marvell 88E1118 Gigabit Ethernet PHY
41 * - RTC S35390A (@0x30) on I2C bus
42 * - 8MB NOR flash
43 * - 256MB of DDR-2 RAM
59 * [2] 0x00000000-0x00200000 : "Kernel"
60 * [3] 0x00200000-0x00600000 : "RootFS1"
61 * [4] 0x00600000-0x00700000 : "RootFS2"
62 * [6] 0x00700000-0x00760000 : "NAS Config" (read-only)
63 * [5] 0x00760000-0x00780000 : "U-Boot Config"
64 * [1] 0x00780000-0x00800000 : "U-Boot" (read-only)
68 .name = "U-Boot",
85 .name = "U-Boot Config",
105 .end = QNAP_TS409_NOR_BOOT_BASE + QNAP_TS409_NOR_BOOT_SIZE - 1,
109 .name = "physmap-flash",
126 * Check for devices with hard-wired IRQs. in qnap_ts409_pci_map_irq()
129 if (irq != -1) in qnap_ts409_pci_map_irq()
133 * PCI isn't used on the TS-409 in qnap_ts409_pci_map_irq()
135 return -1; in qnap_ts409_pci_map_irq()
166 * LEDs attached to GPIO
182 .dev_id = "leds-gpio",
202 .name = "leds-gpio",
203 .id = -1,
210 * GPIO Attached Keys
211 * Power button is attached to the PIC microcontroller
237 .name = "gpio-keys",
238 .id = -1,
314 /* register tsx09 specific power-off method */ in qnap_ts409_init()
318 MACHINE_START(TS409, "QNAP TS-409")