
ODROID-N2L is a variant SBC in small form factor and some peripherals are removed from ODROID-N2PLUS based on S922X SoC.
- On-board ethernet is removed - On-board RTC is removed - USB 3.0 hub is removed, so one USB 2.0 and one USB 3.0 host ports are available - Huge heatsink is replaced with 40x40mm heatsink, 5V active heatsink is recommended or a tall passive sink is optional - 3.5mm earjack is removed - IR remote receiver is removed - MIPI DSI port is added
Is uses Odroid-N2L support posted at [1] and merged for Linux v6.3-rc1.
It doesn't use the odroid-n2 board support since ADC revision collides with Odroid-N2+ and since it doesn't have on-board ethernet no need to load the MAC address from eFuses.
[1] https://lore.kernel.org/all/20230122-topic-odroid-n2l-upstream-initial-v2-0-...
Signed-off-by: Neil Armstrong neil.armstrong@linaro.org --- Neil Armstrong (2): ARM: dts: Import Odroid-N2L support ARM: meson: Add support for Odroid-N2L
arch/arm/dts/Makefile | 1 + arch/arm/dts/meson-g12b-odroid-n2.dtsi | 410 +---------------------- arch/arm/dts/meson-g12b-odroid-n2l-u-boot.dtsi | 7 + arch/arm/dts/meson-g12b-odroid-n2l.dts | 125 +++++++ arch/arm/dts/meson-g12b-odroid.dtsi | 445 +++++++++++++++++++++++++ configs/odroid-n2l_defconfig | 70 ++++ doc/board/amlogic/index.rst | 2 + doc/board/amlogic/odroid-n2l.rst | 31 ++ 8 files changed, 693 insertions(+), 398 deletions(-) --- base-commit: 640192d04f9c4003959c967d11b2f98c3756c451 change-id: 20230126-u-boot-odroid-n2l-dc8b370b43c6
Best regards,