[U-Boot] [RFC PATCH 12/13] arm: add NanoPi M3 board support
Simon Glass
sjg at chromium.org
Sat Dec 2 03:31:53 UTC 2017
On 29 November 2017 at 18:25, Andre Przywara <andre.przywara at arm.com> wrote:
> The NanoPi M3 is a single board computer containing a
> Nexell S5P6818 SoC (with 8 ARMv8 Cortex-A53 cores).
> Add the respective defconfig and a (preliminary) device tree listing
> the devices that we support so far.
>
> Signed-off-by: Andre Przywara <andre.przywara at arm.com>
> ---
> arch/arm/Kconfig | 6 ++++++
> arch/arm/dts/s5p6818-nanopi-m3.dts | 30 ++++++++++++++++++++++++++++++
> arch/arm/include/asm/arch-nexell/clk.h | 1 +
> arch/arm/mach-nexell/board.c | 10 ++++++++++
> configs/nanopi_m3_defconfig | 12 ++++++++++++
> include/configs/s5p6818.h | 2 ++
> 6 files changed, 61 insertions(+)
> create mode 100644 arch/arm/dts/s5p6818-nanopi-m3.dts
> create mode 100644 configs/nanopi_m3_defconfig
Reviewed-by: Simon Glass <sjg at chromium.org>
I think this needs a clock driver.
More information about the U-Boot
mailing list