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
346 B
19 lines
346 B
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2022 FriendlyElec Computer Tech. Co., Ltd.
|
|
* (http://www.friendlyelec.com)
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "rk3568-nanopi5-rev02.dts"
|
|
|
|
/ {
|
|
model = "FriendlyElec NanoPi R5C";
|
|
compatible = "friendlyelec,nanopi-r5c", "rockchip,rk3568";
|
|
};
|
|
|
|
&mach {
|
|
hwrev = <4>;
|
|
model = "NanoPi R5C";
|
|
};
|