mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 11:39:46 +08:00
a9573e4460
The FaZe board can be found in the Seagate FireCuda Gaming SSD devices. A NVMe SSD and two chips are embedded: an ASMedia ASM2364 USB-to-PCIe bridge controller and a NXP LPC11U67 MCU. The former is handling the USB type-C to SSD I/Os while the latter is dedicated to the LED effects. The two chips are connected together through I2C and GPIOs. This Zephyr port is running on the LPC11U67 MCU. Here is a list of the devices connected to the LPC11U67 on a FaZe board: - ASMedia ASM2364 USB-to-PCIe bridge (I2C master on port O) - 6 RGB LEDs connected connected to a TI LP5030 LED controller (I2C device on port 1) - 1 white LED (SSD activity blinking) Signed-off-by: Maxime Bittan <maxime.bittan@seagate.com> Signed-off-by: Simon Guinot <simon.guinot@seagate.com>
10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
# Seagate FireCuda Gaming SSD (FaZe) board
|
|
|
|
# Copyright (c) 2020, Seagate Technology LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_FAZE
|
|
bool "Seagate FireCuda Gaming SSD (FaZe)"
|
|
depends on SOC_SERIES_LPC11U6X
|
|
select SOC_PART_NUMBER_LPC11U67JBD48
|