-
-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add FriendlyElec's 5.10-rkr6 NanoPi R5S/R5C/R5S-LTS (update from 6.1-…
…rkr1) - straight from https://github.com/friendlyarm/kernel-rockchip/tree/nanopi6-v6.1.y - at sha1 34cd890017997ea3be9524977b278ed4c21298b9 - just blatantly overwrite with 6.1-rkr1 stuff
- Loading branch information
1 parent
e5586b9
commit 709c51c
Showing
4 changed files
with
88 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
/* | ||
* Copyright (c) 2023 FriendlyElec Computer Tech. Co., Ltd. | ||
* (http://www.friendlyelec.com) | ||
*/ | ||
|
||
/dts-v1/; | ||
#include "rk3568-nanopi5-rev01.dts" | ||
|
||
/ { | ||
model = "FriendlyElec NanoPi R5S LTS"; | ||
compatible = "friendlyelec,nanopi-r5s", "rockchip,rk3568"; | ||
}; | ||
|
||
&mach { | ||
hwrev = <5>; | ||
model = "NanoPi R5S LTS"; | ||
}; | ||
|
||
&pcie3x2 { | ||
max-link-speed = <3>; | ||
}; | ||
|
||
&pwm7 { | ||
compatible = "rockchip,remotectl-pwm"; | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&pwm7_pins>; | ||
remote_pwm_id = <7>; | ||
handle_cpu_id = <1>; | ||
remote_support_psci = <0>; | ||
status = "okay"; | ||
|
||
ir_key1 { | ||
rockchip,usercode = <0xc43b>; | ||
rockchip,key_table = | ||
<0xff KEY_POWER>, | ||
<0xef KEY_LEFT>, | ||
<0xed KEY_RIGHT>, | ||
<0xf2 KEY_UP>, | ||
<0xea KEY_DOWN>, | ||
<0xee KEY_ENTER>, | ||
<0xe9 KEY_MUTE>, | ||
<0xf1 KEY_VOLUMEDOWN>, | ||
<0xf3 KEY_VOLUMEUP>, | ||
<0xae KEY_MENU>, | ||
<0xeb KEY_LEFTMETA>, | ||
<0xaf KEY_BACK>, | ||
<0xf7 KEY_MODE>, | ||
<0xe5 KEY_SYSRQ>, | ||
<0xf5 KEY_ESC>; | ||
}; | ||
}; |