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.
34 lines
523 B
34 lines
523 B
2 years ago
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright (c) 2023 FriendlyElec Computer Tech. Co., Ltd.
|
||
|
* (http://www.friendlyelec.com)
|
||
|
*
|
||
|
* Copyright (c) 2021 Rockchip Electronics Co., Ltd.
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "rk3588-nanopi6-rev02.dts"
|
||
|
|
||
|
/ {
|
||
|
model = "FriendlyElec NanoPi R6C";
|
||
|
compatible = "friendlyelec,nanopi-r6c", "rockchip,rk3588";
|
||
|
|
||
|
aliases {
|
||
|
ethernet0 = &r8125_u25;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&mach {
|
||
|
hwrev = <4>;
|
||
|
model = "NanoPi R6C";
|
||
|
};
|
||
|
|
||
|
&lan2_led {
|
||
|
label = "user_led";
|
||
|
};
|
||
|
|
||
|
&pcie2x1l2 {
|
||
|
/delete-node/ pcie@40;
|
||
|
};
|