Skip to content

Commit 87d120a

Browse files
committed
products: add BananaPi F3
1 parent ad26889 commit 87d120a

File tree

7 files changed

+72
-0
lines changed

7 files changed

+72
-0
lines changed

distros/openeuler/24.03sp1/imagesuites/spacemit-k1-uboot-bootstd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ spacemit-k1-24.03.sp1:
33
compatible:
44
- !ref { resc: spacemit/muse_pi.yml, category: products }
55
- !ref { resc: spacemit/muse_card.yml, category: products }
6+
- !ref { resc: bananapi/f3.yml, category: products }
67
kernel:
78
type: VENDOR
89
branch: '6.6'

products/bananapi/f3.yml

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
F3:
2+
vendor: !ref { resc: bananapi/vendor.yml, category: products }
3+
soc: !ref { resc: spacemit/k1.yml, category: products }
4+
type: SBC
5+
status: SUPPORTED
6+
pictures:
7+
- !ref { resc: bananapi/f3/f3-official.jpg, category: resources }
8+
hw_features:
9+
ram:
10+
type: LPDDR4X
11+
rate: 2666MT
12+
width: 32
13+
capacity:
14+
- 2GB
15+
- 4GB
16+
- 8GB
17+
- 16GB
18+
storage:
19+
- type: NOR Flash
20+
capacity:
21+
- NC
22+
- type: microSD
23+
revision: SDXC 3.0
24+
- type: eMMC
25+
revision: '5.1'
26+
capacity:
27+
- 8GB
28+
- 16GB
29+
- 32GB
30+
- 128GB
31+
- type: M.2
32+
revision: M-Key, PCIe2.0x2
33+
nums: 1
34+
connectivity:
35+
- type: mPCIe
36+
revision: PCIe2.0x1
37+
- type: USB-A
38+
revision: '3.0'
39+
nums: 4
40+
- type: USB-C
41+
revision: 2.0 OTG
42+
nums: 1
43+
- type: Ethernet
44+
revision: 1GbE
45+
nums: 2
46+
- type: WiFi
47+
revision: 802.11 a/b/g/n/ac/ax
48+
- type: Bluetooth
49+
revision: '4.2'
50+
- type: HDMI
51+
revision: '1.4'
52+
- type: MIPI-CSI
53+
revision: 4-lanes
54+
nums: 2
55+
- type: MIPI-DSI
56+
revision: 4-lanes
57+
nums: 1
58+
- type: USIM

products/bananapi/vendor.mk

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
BANANAPI_DIR := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST))))
2+
3+
BOARDS += $(BANANAPI_DIR)/f3.yml

products/bananapi/vendor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Banana Pi:
2+
homepage: https://www.banana-pi.org/

products/spacemit/k1.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
K1:
2+
vendor: !ref { resc: spacemit/vendor.yml, category: products }
3+
release_date: '2024'
4+
harts:
5+
- name: SpacemiT X60
6+
nums: 8
7+
freq: 1.6GHz

products/spacemit/vendor.mk

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ SPACEMIT_DIR := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST))))
33
BOARDS += $(SPACEMIT_DIR)/muse_pi.yml
44
BOARDS += $(SPACEMIT_DIR)/muse_card.yml
55
SOCS += $(SPACEMIT_DIR)/m1.yml
6+
SOCS += $(SPACEMIT_DIR)/k1.yml

resources/bananapi/f3/f3-official.jpg

188 KB
Loading

0 commit comments

Comments
 (0)