nuttx/Documentation/platforms
Lee Lup Yuen 377477a948 arm64/a64: Add driver for TCON0
This PR adds the driver for TCON0 (Timing Controller) on Allwinner A64 SoC. The TCON0 Driver will be used by the upcoming Display Driver for PINE64 PinePhone.

`arch/arm64/src/a64/Kconfig`: Added the Kconfig option for "A64 Peripheral Selection > TCON0" (`CONFIG_A64_TCON0`), which enables the TCON0 Driver

`arch/arm64/src/a64/hardware/a64_memorymap.h`: Added the Base Address for TCON0

`arch/arm64/src/a64/Make.defs`: Added the TCON0 Driver to the Makefile

`arch/arm64/src/a64/a64_tcon0.c`, `a64_tcon0.h`: TCON0 Driver for Allwinner A64

`platforms/arm/a64/boards/pinephone/index.rst`: Added TCON0 as supported peripheral for PinePhone
2022-12-19 20:10:54 +08:00
..
arm arm64/a64: Add driver for TCON0 2022-12-19 20:10:54 +08:00
risc-v NuttX graduated the Incubator; update repository links 2022-11-26 11:58:15 -08:00
sim Added default config for lvgl configs based on both fb and lcddev. 2022-08-13 20:36:45 +08:00
xtensa xtensa/esp32s3: Enable booting from MCUboot bootloader 2022-12-15 00:42:13 +08:00
index.rst