rockchip-armv8: add support for NanoPi R4S (#2633)
(cherry picked from commit dd30a6e658
)
This commit is contained in:
parent
81cf8164d5
commit
8a2fdc502a
@ -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 = {
|
|||||||
}},
|
}},
|
||||||
{'rockchip', 'armv8', {
|
{'rockchip', 'armv8', {
|
||||||
'friendlyarm,nanopi-r2s',
|
'friendlyarm,nanopi-r2s',
|
||||||
|
'friendlyarm,nanopi-r4s',
|
||||||
}},
|
}},
|
||||||
{'x86'},
|
{'x86'},
|
||||||
}},
|
}},
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user