mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
arm64/a64: Add driver for Display Engine
This PR adds the driver for Display Engine 2.0 on Allwinner A64 SoC. The Display Engine Driver will be called by the upcoming LCD Driver for PINE64 PinePhone. `arch/arm64/src/a64/Kconfig`: Added the Kconfig option for "A64 Peripheral Selection > DE" (`CONFIG_A64_DE`), which enables the Display Engine Driver `arch/arm64/src/a64/hardware/a64_memorymap.h`: Added the Base Address for Display Engine `arch/arm64/src/a64/Make.defs`: Added the Display Engine Driver to the Makefile `boards/arm64/a64/pinephone/configs/nsh/defconfig`: Removed Scheduler Debug Info (`CONFIG_DEBUG_SCHED_INFO`) from the PinePhone Board Config, because it garbles the Console Output. `arch/arm64/src/a64/a64_de.c`, `a64_de.h`: Display Engine Driver for Allwinner A64 `platforms/arm/a64/boards/pinephone/index.rst`: Added Display Engine as supported peripheral for PinePhone
This commit is contained in:
@@ -142,12 +142,13 @@ Peripheral Support
|
||||
|
||||
NuttX for PinePhone supports these peripherals:
|
||||
|
||||
=========== ======= =====
|
||||
Peripheral Support NOTES
|
||||
=========== ======= =====
|
||||
MIPI D-PHY Yes
|
||||
MIPI DSI Yes
|
||||
PIO Yes
|
||||
TCON0 Yes
|
||||
UART Yes Only UART0 is supported
|
||||
=========== ======= =====
|
||||
============== ======= =====
|
||||
Peripheral Support NOTES
|
||||
============== ======= =====
|
||||
Display Engine Yes
|
||||
MIPI D-PHY Yes
|
||||
MIPI DSI Yes
|
||||
PIO Yes
|
||||
TCON0 Yes
|
||||
UART Yes Only UART0 is supported
|
||||
============== ======= =====
|
||||
|
||||
Reference in New Issue
Block a user