rockchip: add NanoPi R6S support
Add patches for the nanopi r6s board, backporting from 6.9 where basic support is landing. Signed-off-by: Ben Whitten <ben.whitten@gmail.com> Link: https://github.com/openwrt/openwrt/pull/15607 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
committed by
Hauke Mehrtens
parent
7ac6739a4c
commit
cc9df2da0d
@@ -2,6 +2,8 @@ part uuid ${devtype} ${devnum}:2 uuid
|
||||
|
||||
if test $stdout = 'serial@fe660000' ;
|
||||
then serial_addr=',0xfe660000';
|
||||
elif test $stdout = 'serial@feb50000' ;
|
||||
then serial_addr=',0xfeb50000';
|
||||
elif test $stdout = 'serial@ff130000' ;
|
||||
then serial_addr=',0xff130000';
|
||||
elif test $stdout = 'serial@ff1a0000' ;
|
||||
|
||||
Reference in New Issue
Block a user