Skip to content
Snippets Groups Projects
Unverified Commit dd30a6e6 authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

rockchip-armv8: add support for NanoPi R4S (#2633)

parent 6ecf0a99
No related branches found
No related tags found
No related merge requests found
...@@ -416,6 +416,7 @@ rockchip-armv8 ...@@ -416,6 +416,7 @@ rockchip-armv8
* FriendlyElec * FriendlyElec
- NanoPi R2S - NanoPi R2S
- NanoPi R4S (4GB LPDDR4)
sunxi-cortexa7 sunxi-cortexa7
-------------- --------------
......
...@@ -102,6 +102,7 @@ local primary_addrs = { ...@@ -102,6 +102,7 @@ local primary_addrs = {
}}, }},
{'rockchip', 'armv8', { {'rockchip', 'armv8', {
'friendlyarm,nanopi-r2s', 'friendlyarm,nanopi-r2s',
'friendlyarm,nanopi-r4s',
}}, }},
{'x86'}, {'x86'},
}}, }},
......
...@@ -4,3 +4,4 @@ defaults { ...@@ -4,3 +4,4 @@ defaults {
} }
device('friendlyelec-nanopi-r2s', 'friendlyarm_nanopi-r2s') device('friendlyelec-nanopi-r2s', 'friendlyarm_nanopi-r2s')
device('friendlyelec-nanopi-r4s', 'friendlyarm_nanopi-r4s') -- 4GB LPDDR4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment