]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: meson: Add support for Odroid-N2L
authorNeil Armstrong <neil.armstrong@linaro.org>
Thu, 26 Jan 2023 09:48:21 +0000 (10:48 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 30 Jan 2023 13:24:17 +0000 (14:24 +0100)
commit8f5e9de121003bfd9a64a5b3a503c0fbd02af823
tree277b903621f4c71beaf5b555cfd1c29200424dd7
parent5017e305ee1c12b757b68f1ed3cfa05d191da3e8
ARM: meson: Add support for Odroid-N2L

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

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.

Link: https://lore.kernel.org/r/20230126-u-boot-odroid-n2l-v1-2-c60f695e0f6c@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm/dts/meson-g12b-odroid-n2l-u-boot.dtsi [new file with mode: 0644]
configs/odroid-n2l_defconfig [new file with mode: 0644]
doc/board/amlogic/index.rst
doc/board/amlogic/odroid-n2l.rst [new file with mode: 0644]