diff options
author | Neil Armstrong | 2023-03-07 09:20:25 +0100 |
---|---|---|
committer | Neil Armstrong | 2023-04-17 11:06:07 +0200 |
commit | c1e1c1abdb0d86ab5fb2db3ac16c72abb30d21d9 (patch) | |
tree | 312a32564343e5cf9abe55ee3937806a18ef0824 /board/amlogic | |
parent | 02d138b7ca2fcbbb2b552d2b9b473baaae9440d5 (diff) |
ARM: meson: Add initial support for BPI-CM4 module with BPI-CM4IO baseboard
Add support for both the BananaPi BPI-CM4 module and the BananaPi
baseboard which is compatible with the RaspberryPi CM4IO baseboard.
The BananaPi BPI-CM4 module follows the CM4 specifications at [1],
but with a single HDMI port and a single DSI output.
The current CM4IO baseboard DT should work fine on the Raspberry CM4
baseboard and other derivatives baseboards, but proper DT should
be written for other baseboards.
[1] https://datasheets.raspberrypi.com/cm4io/cm4io-datasheet.pdf
Link: https://lore.kernel.org/r/20230307-u-boot-cm4-v1-2-43f5a393cd37@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Diffstat (limited to 'board/amlogic')
-rw-r--r-- | board/amlogic/u200/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/amlogic/u200/MAINTAINERS b/board/amlogic/u200/MAINTAINERS index 47cec234a1d..7535e489d11 100644 --- a/board/amlogic/u200/MAINTAINERS +++ b/board/amlogic/u200/MAINTAINERS @@ -4,6 +4,7 @@ S: Maintained L: u-boot-amlogic@groups.io F: board/amlogic/u200/ F: configs/u200_defconfig +F: configs/bananapi-cm4-cm4io_defconfig F: configs/bananapi-m5_defconfig F: configs/radxa-zero_defconfig F: doc/board/amlogic/u200.rst |