Skip to content

Commit 81c9f1b

Browse files
committed
soc: bflb: Add Qualcomm SoCs
Add currently released QCC74x SoCs Signed-off-by: Camille BAUD <[email protected]>
1 parent 7c82c06 commit 81c9f1b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

soc/bflb/bl61x/Kconfig.soc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,19 @@ config SOC_BL618M65Q2I
3131
bool
3232
select SOC_SERIES_BL61X
3333

34+
config SOC_QCC743_1
35+
bool
36+
select SOC_SERIES_BL61X
37+
38+
config SOC_QCC744_2
39+
bool
40+
select SOC_SERIES_BL61X
41+
3442
config SOC
3543
default "bl616c50q2i" if SOC_BL616C50Q2I
3644
default "bl616s50q2i" if SOC_BL616S50Q2I
3745
default "bl618m05q2i" if SOC_BL618M05Q2I
3846
default "bl618m50q2i" if SOC_BL618M50Q2I
3947
default "bl618m65q2i" if SOC_BL618M65Q2I
48+
default "qcc743-1" if SOC_QCC743_1
49+
default "qcc744-2" if SOC_QCC744_2

soc/bflb/soc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ family:
1717
- name: bl618m05q2i
1818
- name: bl618m50q2i
1919
- name: bl618m65q2i
20+
- name: qcc743-1
21+
- name: qcc744-2
2022
- name: bl70x
2123
socs:
2224
- name: bl702sa0q2i

0 commit comments

Comments
 (0)