mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
a3a0bc85c0
CPU: Freescale i.MX6ULL rev1.1 792 MHz (running at 396 MHz) CPU: Industrial temperature grade (-40C to 105C) at 49C Reset cause: POR Model: Seeed NPi iMX6ULL Dev Board with NAND Board: Seeed NPi i.MX6ULL Dev Board DRAM: 512 MiB NAND: 512 MiB MMC: FSL_SDHC: 0 In: serial@2020000 Out: serial@2020000 Err: serial@2020000 Net: FEC0 Working: - Eth0 - MMC/SD - NAND - UART 1 - USB host Signed-off-by: Navin Sankar Velliangiri <navin@linumiz.com> Note: Changes in v2: * removed unnecessary space in imx6ull-seeed-npi-imx6ull-dev-board.dts file. * Used SZ_2M for CONFIG_SYS_MALLOC_LEN size allocation.
19 lines
407 B
Text
19 lines
407 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2021 Linumiz
|
|
* Author: Navin Sankar Velliangiri <navin@linumiz.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx6ull.dtsi"
|
|
#include "imx6ull-seeed-npi-imx6ull.dtsi"
|
|
#include "imx6ull-seeed-npi-imx6ull-u-boot.dtsi"
|
|
|
|
/ {
|
|
model = "Seeed NPi iMX6ULL Dev Board with NAND";
|
|
compatible = "seeed,imx6ull-seeed-npi-imx6ull", "fsl,imx6ull";
|
|
};
|
|
|
|
&gpmi {
|
|
status = "okay";
|
|
};
|