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.
|
|
|
// 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;
|
|
|
|
};
|
|
|
|
|
|
|
|
/* GPIO Connector */
|
|
|
|
&pwm0 {
|
|
|
|
pinctrl-0 = <&pwm0m2_pins>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&pwm1 {
|
|
|
|
pinctrl-0 = <&pwm1m2_pins>;
|
|
|
|
status = "okay";
|
|
|
|
};
|