diff options
| author | Kory Maincent <[email protected]> | 2025-04-25 17:59:25 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-02 15:32:44 -0600 |
| commit | 510f2502475b9e695ae7e62272c8f90c2fdf0eda (patch) | |
| tree | 750db90823bbf59d5c45cc72174ad97f4bae44dc /include | |
| parent | 4b033d47c4fc051c47513441547f1ad155d2f9b4 (diff) | |
board: ti: am33xx: Add support for BeagleBoard Green Eco
SeeedStudio BeagleBone Green Eco (BBGE) is a clone of the BeagleBone Green
(BBG). It has minor differences from the BBG, such as a different PMIC,
a different Ethernet PHY, and a larger eMMC.
The PMIC is not yet supported in mainline, but the work is ongoing.
Signed-off-by: Kory Maincent <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/am335x_evm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index cf43fc05025..d2164b41d6d 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -126,6 +126,8 @@ "setenv fdtfile am335x-bonegreen.dtb; fi; " \ "if test $board_name = BBGW; then " \ "setenv fdtfile am335x-bonegreen-wireless.dtb; fi; " \ + "if test $board_name = BBGE; then " \ + "setenv fdtfile am335x-bonegreen-eco.dtb; fi; " \ "if test $board_name = BBBL; then " \ "setenv fdtfile am335x-boneblue.dtb; fi; " \ "if test $board_name = BBEN; then " \ |
