You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
350 B
19 lines
350 B
11 months ago
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright (c) 2022 FriendlyElec Computer Tech. Co., Ltd.
|
||
|
* (http://www.friendlyelec.com)
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "rk3588-nanopi6-rev09.dts"
|
||
|
|
||
|
/ {
|
||
|
model = "FriendlyElec CM3588 Plus";
|
||
|
compatible = "friendlyelec,cm3588", "rockchip,rk3588";
|
||
|
};
|
||
|
|
||
|
&mach {
|
||
|
hwrev = <6>;
|
||
|
model = "CM3588 Plus";
|
||
|
};
|