diff options
author | chao zeng | 2023-02-28 19:19:22 +0100 |
---|---|---|
committer | Tom Rini | 2023-03-29 11:58:26 -0400 |
commit | ed57c4078303b62bfce2c5d055a0561239ab899f (patch) | |
tree | 5970cf8c6f68c88ecf97d5a7304e06e0d01062f2 /configs/iot2050_pg2_defconfig | |
parent | 00e3ae729b24fc4a248a5150f3bdde3b787af54b (diff) |
arm: dts: iot2050: Add support for M.2 variant
Add support for the M.2 board based on the iot2050 advanced board.
The board has two m.2 connectors, one is B-keyed, the other E-keyed.
The B-key slot can connect 5G/SSD devices, and E-key can be used for
WIFI/BT devices.
This variant is covered by PG2 firmware image.
Signed-off-by: chao zeng <chao.zeng@siemens.com>
[Jan: align DT to kernel, polish wording]
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Diffstat (limited to 'configs/iot2050_pg2_defconfig')
-rw-r--r-- | configs/iot2050_pg2_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/iot2050_pg2_defconfig b/configs/iot2050_pg2_defconfig index d2bdeab593b..b20667780a3 100644 --- a/configs/iot2050_pg2_defconfig +++ b/configs/iot2050_pg2_defconfig @@ -69,7 +69,7 @@ CONFIG_CMD_TIME=y # CONFIG_ISO_PARTITION is not set CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y -CONFIG_OF_LIST="k3-am6528-iot2050-basic-pg2 k3-am6548-iot2050-advanced-pg2" +CONFIG_OF_LIST="k3-am6528-iot2050-basic-pg2 k3-am6548-iot2050-advanced-pg2 k3-am6548-iot2050-advanced-m2" CONFIG_SPL_MULTI_DTB_FIT=y CONFIG_SPL_OF_LIST="k3-am65-iot2050-spl" CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y |