Skip to content

Commit

Permalink
Merge pull request #3380 from grische/add-nanopi-r3s-support
Browse files Browse the repository at this point in the history
add support for NanoPi R3S
  • Loading branch information
neocturne authored Dec 10, 2024
2 parents f18b1d9 + aa39a94 commit adbb283
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 @@ -536,6 +536,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 adbb283

Please sign in to comment.