mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 22:24:32 +00:00
14 lines
321 B
Text
14 lines
321 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright (C) 2018-2021 Marvell International Ltd.
|
||
|
*/
|
||
|
|
||
|
#include "cn9131-db-B.dts"
|
||
|
#include "cn9132-db.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Marvell CN9132 development board (CP NAND) setup(B)";
|
||
|
compatible = "marvell,cn9132-db-B", "marvell,armada-ap806-quad",
|
||
|
"marvell,armada-ap806";
|
||
|
};
|