diff options
| author | Tianling Shen <[email protected]> | 2023-04-11 18:14:49 +0800 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2023-05-09 18:58:25 +0800 |
| commit | 7000a609473ffe14d32c656cdd0ff3ca0d3ecbd7 (patch) | |
| tree | 60959e79f385cfa34774d7f1b851c4cb1381a9c8 /board | |
| parent | 4a08ca61926dc91cd709f3992c22a5ab84dc096e (diff) | |
rockchip: rk3328: Add support for FriendlyARM NanoPi R2C
The NanoPi R2C is a minor variant of NanoPi R2S with the on-board NIC
chip changed from rtl8211e to yt8521s, and otherwise identical to R2S.
The device tree is taken from the kernel linux-next branch:
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=004589ff9df5b75672a78b6c3c4cba93202b14c9
Signed-off-by: Tianling Shen <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/rockchip/evb_rk3328/MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/rockchip/evb_rk3328/MAINTAINERS b/board/rockchip/evb_rk3328/MAINTAINERS index 14fda46e8f2..3c46613ab58 100644 --- a/board/rockchip/evb_rk3328/MAINTAINERS +++ b/board/rockchip/evb_rk3328/MAINTAINERS @@ -5,6 +5,12 @@ F: board/rockchip/evb_rk3328 F: include/configs/evb_rk3328.h F: configs/evb-rk3328_defconfig +NANOPI-R2C-RK3328 +M: Tianling Shen <[email protected]> +S: Maintained +F: configs/nanopi-r2c-rk3328_defconfig +F: arch/arm/dts/rk3328-nanopi-r2c-u-boot.dtsi + NANOPI-R2S-RK3328 M: David Bauer <[email protected]> S: Maintained |
