Skip to content

Commit

Permalink
add support for NanoPi R3S
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Nov 28, 2024
1 parent dc59c71 commit 83ff4b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ rockchip-armv8
* FriendlyElec

- NanoPi R2S
- NanoPi R3S
- NanoPi R4S (4GB LPDDR4)

sunxi-cortexa7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ local primary_addrs = {
}},
{'rockchip', 'armv8', {
'friendlyarm,nanopi-r2s',
'friendlyarm,nanopi-r3s',
'friendlyarm,nanopi-r4s',
}},
{'x86'},
Expand Down
1 change: 1 addition & 0 deletions targets/rockchip-armv8
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ defaults {
}

device('friendlyelec-nanopi-r2s', 'friendlyarm_nanopi-r2s')
device('friendlyelec-nanopi-r3s', 'friendlyarm_nanopi-r3s')
device('friendlyelec-nanopi-r4s', 'friendlyarm_nanopi-r4s') -- 4GB LPDDR4

0 comments on commit 83ff4b6

Please sign in to comment.