diff options
| author | Neil Armstrong <[email protected]> | 2023-03-07 09:20:25 +0100 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2023-04-17 11:06:07 +0200 |
| commit | c1e1c1abdb0d86ab5fb2db3ac16c72abb30d21d9 (patch) | |
| tree | 312a32564343e5cf9abe55ee3937806a18ef0824 /arch | |
| 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/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/meson-g12b-bananapi-cm4-cm4io-u-boot.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/dts/meson-g12b-bananapi-cm4-cm4io-u-boot.dtsi b/arch/arm/dts/meson-g12b-bananapi-cm4-cm4io-u-boot.dtsi new file mode 100644 index 00000000000..a60ba278065 --- /dev/null +++ b/arch/arm/dts/meson-g12b-bananapi-cm4-cm4io-u-boot.dtsi @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2023 Neil Armstrong <[email protected]> + */ + +#include "meson-g12-common-u-boot.dtsi" |
