-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rockchip: add ArmSom Sige3 (RK3568 ARM64 4 cores) support
- Loading branch information
1 parent
00db7df
commit ec9a54c
Showing
10 changed files
with
1,784 additions
and
0 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
10 changes: 10 additions & 0 deletions
10
package/boot/uboot-rockchip/patches/900-arm-add-dts-files.patch
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,10 @@ | ||
--- a/arch/arm/dts/Makefile | ||
+++ b/arch/arm/dts/Makefile | ||
@@ -177,6 +177,7 @@ | ||
dtb-$(CONFIG_ROCKCHIP_RK3568) += \ | ||
rk3566-anbernic-rgxx3.dtb \ | ||
rk3566-radxa-cm3-io.dtb \ | ||
+ rk3568-armsom-sige3.dtb \ | ||
rk3568-mrkaio-m68s.dtb \ | ||
rk3568-nanopi-r5s.dtb \ | ||
rk3568-photonicat.dtb \ |
25 changes: 25 additions & 0 deletions
25
package/boot/uboot-rockchip/src/arch/arm/dts/rk3568-armsom-sige3-u-boot.dtsi
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,25 @@ | ||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT | ||
/* | ||
* Copyright (c) 2024 Tianling Shen <cnsztl@gmail.com> | ||
*/ | ||
|
||
#include "rk356x-u-boot.dtsi" | ||
|
||
&sdhci { | ||
cap-mmc-highspeed; | ||
mmc-ddr-1_8v; | ||
mmc-hs200-1_8v; | ||
mmc-hs400-1_8v; | ||
mmc-hs400-enhanced-strobe; | ||
pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>; | ||
}; | ||
|
||
&vcc5v0_usb_host { | ||
/delete-property/ regulator-always-on; | ||
/delete-property/ regulator-boot-on; | ||
}; | ||
|
||
&vcc5v0_usb_host2 { | ||
/delete-property/ regulator-always-on; | ||
/delete-property/ regulator-boot-on; | ||
}; |
Oops, something went wrong.