-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b2a955
commit 0228a48
Showing
9 changed files
with
446 additions
and
1 deletion.
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
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
182 changes: 182 additions & 0 deletions
182
...age/uboot-rockchip/patches/201-rockchip-rk3328-Add-support-for-FriendlyARM-NanoPi-R.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,182 @@ | ||
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile | ||
index d3e89ca3ba..d5f64ac432 100644 | ||
--- a/arch/arm/dts/Makefile | ||
+++ b/arch/arm/dts/Makefile | ||
@@ -108,6 +108,7 @@ dtb-$(CONFIG_ROCKCHIP_RK3308) += \ | ||
|
||
dtb-$(CONFIG_ROCKCHIP_RK3328) += \ | ||
rk3328-evb.dtb \ | ||
+ rk3328-nanopi-r2c.dtb \ | ||
rk3328-nanopi-r2s.dtb \ | ||
rk3328-orangepi-r1-plus.dtb \ | ||
rk3328-roc-cc.dtb \ | ||
diff --git a/arch/arm/dts/rk3328-nanopi-r2c-u-boot.dtsi b/arch/arm/dts/rk3328-nanopi-r2c-u-boot.dtsi | ||
new file mode 100644 | ||
index 0000000000..c2e86d0f0e | ||
--- /dev/null | ||
+++ b/arch/arm/dts/rk3328-nanopi-r2c-u-boot.dtsi | ||
@@ -0,0 +1,7 @@ | ||
+// SPDX-License-Identifier: GPL-2.0+ | ||
+/* | ||
+ * (C) Copyright 2018-2019 Rockchip Electronics Co., Ltd | ||
+ * (C) Copyright 2021 Tianling Shen | ||
+ */ | ||
+ | ||
+#include "rk3328-nanopi-r2s-u-boot.dtsi" | ||
diff --git a/arch/arm/dts/rk3328-nanopi-r2c.dts b/arch/arm/dts/rk3328-nanopi-r2c.dts | ||
new file mode 100644 | ||
index 0000000000..adf91a0306 | ||
--- /dev/null | ||
+++ b/arch/arm/dts/rk3328-nanopi-r2c.dts | ||
@@ -0,0 +1,47 @@ | ||
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
+/* | ||
+ * Copyright (c) 2021 FriendlyElec Computer Tech. Co., Ltd. | ||
+ * (http://www.friendlyarm.com) | ||
+ * | ||
+ * Copyright (c) 2021 Tianling Shen <[email protected]> | ||
+ */ | ||
+ | ||
+/dts-v1/; | ||
+ | ||
+#include "rk3328-nanopi-r2s.dts" | ||
+ | ||
+/ { | ||
+ model = "FriendlyElec NanoPi R2C"; | ||
+ compatible = "friendlyarm,nanopi-r2c", "rockchip,rk3328"; | ||
+}; | ||
+ | ||
+&gmac2io { | ||
+ phy-handle = <&yt8521s>; | ||
+ | ||
+ mdio { | ||
+ /delete-node/ ethernet-phy@1; | ||
+ | ||
+ yt8521s: ethernet-phy@3 { | ||
+ compatible = "ethernet-phy-id0000.011a", | ||
+ "ethernet-phy-ieee802.3-c22"; | ||
+ reg = <3>; | ||
+ pinctrl-0 = <ð_phy_reset_pin>; | ||
+ pinctrl-names = "default"; | ||
+ reset-assert-us = <10000>; | ||
+ reset-deassert-us = <50000>; | ||
+ reset-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>; | ||
+ }; | ||
+ }; | ||
+}; | ||
+ | ||
+&lan_led { | ||
+ label = "nanopi-r2c:green:lan"; | ||
+}; | ||
+ | ||
+&sys_led { | ||
+ label = "nanopi-r2c:red:sys"; | ||
+}; | ||
+ | ||
+&wan_led { | ||
+ label = "nanopi-r2c:green:wan"; | ||
+}; | ||
diff --git a/configs/nanopi-r2c-rk3328_defconfig b/configs/nanopi-r2c-rk3328_defconfig | ||
new file mode 100644 | ||
index 0000000000..7bc7a3274f | ||
--- /dev/null | ||
+++ b/configs/nanopi-r2c-rk3328_defconfig | ||
@@ -0,0 +1,98 @@ | ||
+CONFIG_ARM=y | ||
+CONFIG_ARCH_ROCKCHIP=y | ||
+CONFIG_SYS_TEXT_BASE=0x00200000 | ||
+CONFIG_SPL_GPIO_SUPPORT=y | ||
+CONFIG_NR_DRAM_BANKS=1 | ||
+CONFIG_ENV_OFFSET=0x3F8000 | ||
+CONFIG_DEFAULT_DEVICE_TREE="rk3328-nanopi-r2c" | ||
+CONFIG_ROCKCHIP_RK3328=y | ||
+CONFIG_TPL_ROCKCHIP_COMMON_BOARD=y | ||
+CONFIG_TPL_LIBCOMMON_SUPPORT=y | ||
+CONFIG_TPL_LIBGENERIC_SUPPORT=y | ||
+CONFIG_SPL_DRIVERS_MISC_SUPPORT=y | ||
+CONFIG_SPL_STACK_R_ADDR=0x600000 | ||
+CONFIG_DEBUG_UART_BASE=0xFF130000 | ||
+CONFIG_DEBUG_UART_CLOCK=24000000 | ||
+CONFIG_DEBUG_UART=y | ||
+CONFIG_TPL_SYS_MALLOC_F_LEN=0x800 | ||
+# CONFIG_ANDROID_BOOT_IMAGE is not set | ||
+CONFIG_FIT=y | ||
+CONFIG_FIT_VERBOSE=y | ||
+CONFIG_SPL_LOAD_FIT=y | ||
+CONFIG_DEFAULT_FDT_FILE="rockchip/rk3328-nanopi-r2c.dtb" | ||
+# CONFIG_DISPLAY_CPUINFO is not set | ||
+CONFIG_DISPLAY_BOARDINFO_LATE=y | ||
+CONFIG_MISC_INIT_R=y | ||
+# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set | ||
+CONFIG_TPL_SYS_MALLOC_SIMPLE=y | ||
+CONFIG_SPL_STACK_R=y | ||
+CONFIG_SPL_I2C_SUPPORT=y | ||
+CONFIG_SPL_POWER_SUPPORT=y | ||
+CONFIG_SPL_ATF=y | ||
+CONFIG_SPL_ATF_NO_PLATFORM_PARAM=y | ||
+CONFIG_CMD_BOOTZ=y | ||
+CONFIG_CMD_GPT=y | ||
+CONFIG_CMD_MMC=y | ||
+CONFIG_CMD_USB=y | ||
+# CONFIG_CMD_SETEXPR is not set | ||
+CONFIG_CMD_TIME=y | ||
+CONFIG_SPL_OF_CONTROL=y | ||
+CONFIG_TPL_OF_CONTROL=y | ||
+CONFIG_OF_SPL_REMOVE_PROPS="clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents" | ||
+CONFIG_TPL_OF_PLATDATA=y | ||
+CONFIG_ENV_IS_IN_MMC=y | ||
+CONFIG_SYS_RELOC_GD_ENV_ADDR=y | ||
+CONFIG_NET_RANDOM_ETHADDR=y | ||
+CONFIG_TPL_DM=y | ||
+CONFIG_REGMAP=y | ||
+CONFIG_SPL_REGMAP=y | ||
+CONFIG_TPL_REGMAP=y | ||
+CONFIG_SYSCON=y | ||
+CONFIG_SPL_SYSCON=y | ||
+CONFIG_TPL_SYSCON=y | ||
+CONFIG_CLK=y | ||
+CONFIG_SPL_CLK=y | ||
+CONFIG_FASTBOOT_BUF_ADDR=0x800800 | ||
+CONFIG_FASTBOOT_CMD_OEM_FORMAT=y | ||
+CONFIG_ROCKCHIP_GPIO=y | ||
+CONFIG_SYS_I2C_ROCKCHIP=y | ||
+CONFIG_MMC_DW=y | ||
+CONFIG_MMC_DW_ROCKCHIP=y | ||
+CONFIG_SF_DEFAULT_SPEED=20000000 | ||
+CONFIG_DM_ETH=y | ||
+CONFIG_ETH_DESIGNWARE=y | ||
+CONFIG_GMAC_ROCKCHIP=y | ||
+CONFIG_PINCTRL=y | ||
+CONFIG_SPL_PINCTRL=y | ||
+CONFIG_DM_PMIC=y | ||
+CONFIG_PMIC_RK8XX=y | ||
+CONFIG_SPL_DM_REGULATOR=y | ||
+CONFIG_REGULATOR_PWM=y | ||
+CONFIG_DM_REGULATOR_FIXED=y | ||
+CONFIG_SPL_DM_REGULATOR_FIXED=y | ||
+CONFIG_REGULATOR_RK8XX=y | ||
+CONFIG_PWM_ROCKCHIP=y | ||
+CONFIG_RAM=y | ||
+CONFIG_SPL_RAM=y | ||
+CONFIG_TPL_RAM=y | ||
+CONFIG_DM_RESET=y | ||
+CONFIG_BAUDRATE=1500000 | ||
+CONFIG_DEBUG_UART_SHIFT=2 | ||
+CONFIG_SYSINFO=y | ||
+CONFIG_SYSRESET=y | ||
+# CONFIG_TPL_SYSRESET is not set | ||
+CONFIG_USB=y | ||
+CONFIG_USB_XHCI_HCD=y | ||
+CONFIG_USB_XHCI_DWC3=y | ||
+CONFIG_USB_EHCI_HCD=y | ||
+CONFIG_USB_EHCI_GENERIC=y | ||
+CONFIG_USB_OHCI_HCD=y | ||
+CONFIG_USB_OHCI_GENERIC=y | ||
+CONFIG_USB_DWC2=y | ||
+CONFIG_USB_DWC3=y | ||
+# CONFIG_USB_DWC3_GADGET is not set | ||
+CONFIG_USB_GADGET=y | ||
+CONFIG_USB_GADGET_DWC2_OTG=y | ||
+CONFIG_SPL_TINY_MEMSET=y | ||
+CONFIG_TPL_TINY_MEMSET=y | ||
+CONFIG_ERRNO_STR=y |
23 changes: 23 additions & 0 deletions
23
package/uboot-rockchip/src/of-platdata/nanopi-r2c-rk3328/dt-decl.h
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,23 @@ | ||
/* | ||
* DO NOT MODIFY | ||
* | ||
* Declares externs for all device/uclass instances. | ||
* This was generated by dtoc from a .dtb (device tree binary) file. | ||
*/ | ||
|
||
#include <dm/device-internal.h> | ||
#include <dm/uclass-internal.h> | ||
|
||
/* driver declarations - these allow DM_DRIVER_GET() to be used */ | ||
extern U_BOOT_DRIVER(rockchip_rk3328_cru); | ||
extern U_BOOT_DRIVER(rockchip_rk3328_dmc); | ||
extern U_BOOT_DRIVER(rockchip_rk3288_dw_mshc); | ||
extern U_BOOT_DRIVER(ns16550_serial); | ||
extern U_BOOT_DRIVER(rockchip_rk3328_grf); | ||
|
||
/* uclass driver declarations - needed for DM_UCLASS_DRIVER_REF() */ | ||
extern UCLASS_DRIVER(clk); | ||
extern UCLASS_DRIVER(mmc); | ||
extern UCLASS_DRIVER(ram); | ||
extern UCLASS_DRIVER(serial); | ||
extern UCLASS_DRIVER(syscon); |
Oops, something went wrong.