Skip to content

Commit c035f02

Browse files
committed
Merge tag 'soc-dt-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull SoC DT updates from Arnd Bergmann: "There are a couple new SoCs that are supported for the first time: - AMD Pensando Elba is a data processing unit based on Cortex-A72 CPU cores - Sophgo makes RISC-V based chips, and we now support the CV1800B chip used in the milkv-duo board and the massive sg2042 chip in the milkv-pioneer, a 64-core developer workstation. - Qualcomm Snapdragon 720G (sm7125) is a close relative of Snapdragon 7c and gets added with some Xiaomi phones - Renesas gains support for the R8A779F4 (R-Car S4-8) automotive SoC and the RZ/G3S (R9A08G045) embedded SoC. There are also a bunch of newly supported machines that use already supported chips. On the 32-bit side, we have: - USRobotics USR8200 is a NAS/Firewall/router based on the ancient Intel IXP4xx platform - A couple of machines based on the NXP i.MX5 and i.MX6 platforms - One machine each for Allwinner V3s, Aspeed AST2600, Microchip sama5d29 and ST STM32mp157 The other ones all use arm64 cores on chips from allwinner, amlogic, freescale, mediatek, qualcomm and rockchip" * tag 'soc-dt-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (641 commits) ARM: dts: BCM5301X: Set switch ports for Linksys EA9200 ARM: dts: BCM5301X: Set fixed-link for extra Netgear R8000 CPU ports ARM: dts: BCM5301X: Explicitly disable unused switch CPU ports ARM: dts: BCM5301X: Relicense Vivek's code to the GPL 2.0+ / MIT ARM: dts: BCM5301X: Relicense Felix's code to the GPL 2.0+ / MIT ARM: dts: BCM5301X: Set MAC address for Asus RT-AC87U arm64: dts: socionext: add missing cache properties riscv: dts: thead: convert isa detection to new properties arm64: dts: Update cache properties for socionext arm64: dts: ti: k3-am654-idk: Add ICSSG Ethernet ports arm64: dts: ti: k3-am654-icssg2: add ICSSG2 Ethernet support arm64: dts: ti: k3-am65-main: Add ICSSG IEP nodes arm64: dts: ti: k3-am62p5-sk: Updates for SK EVM arm64: dts: ti: k3-am62p: Add nodes for more IPs arm64: dts: rockchip: Add Turing RK1 SoM support dt-bindings: arm: rockchip: Add Turing RK1 dt-bindings: vendor-prefixes: add turing arm64: dts: rockchip: Add DFI to rk3588s arm64: dts: rockchip: Add DFI to rk356x arm64: dts: rockchip: Always enable DFI on rk3399 ...
2 parents deefd50 + c505e1e commit c035f02

File tree

640 files changed

+31392
-3111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

640 files changed

+31392
-3111
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/arm/amd,pensando.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: AMD Pensando SoC Platforms
8+
9+
maintainers:
10+
- Brad Larson <[email protected]>
11+
12+
properties:
13+
$nodename:
14+
const: "/"
15+
compatible:
16+
oneOf:
17+
18+
- description: Boards with Pensando Elba SoC
19+
items:
20+
- enum:
21+
- amd,pensando-elba-ortano
22+
- const: amd,pensando-elba
23+
24+
additionalProperties: true
25+
26+
...

Documentation/devicetree/bindings/arm/amlogic.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ properties:
155155
- enum:
156156
- bananapi,bpi-m2s
157157
- khadas,vim3
158+
- libretech,aml-a311d-cc
158159
- radxa,zero2
159160
- const: amlogic,a311d
160161
- const: amlogic,g12b
@@ -196,13 +197,15 @@ properties:
196197
- hardkernel,odroid-hc4
197198
- haochuangyi,h96-max
198199
- khadas,vim3l
200+
- libretech,aml-s905d3-cc
199201
- seirobotics,sei610
200202
- const: amlogic,sm1
201203

202204
- description: Boards with the Amlogic Meson A1 A113L SoC
203205
items:
204206
- enum:
205207
- amlogic,ad401
208+
- amlogic,ad402
206209
- const: amlogic,a1
207210

208211
- description: Boards with the Amlogic C3 C302X/C308L SoC

Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ properties:
7979
- facebook,elbert-bmc
8080
- facebook,fuji-bmc
8181
- facebook,greatlakes-bmc
82+
- facebook,minerva-cmc
8283
- facebook,yosemite4-bmc
8384
- ibm,everest-bmc
8485
- ibm,rainier-bmc

Documentation/devicetree/bindings/arm/atmel-at91.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ properties:
7979
- const: atmel,sama5d2
8080
- const: atmel,sama5
8181

82+
- description: Microchip SAMA5D29 Curiosity
83+
items:
84+
- const: microchip,sama5d29-curiosity
85+
- const: atmel,sama5d29
86+
- const: atmel,sama5d2
87+
- const: atmel,sama5
88+
8289
- items:
8390
- const: atmel,sama5d27
8491
- const: atmel,sama5d2

Documentation/devicetree/bindings/arm/fsl.yaml

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ properties:
2525
- description: i.MX23 based Boards
2626
items:
2727
- enum:
28+
- creative,x-fi3
2829
- fsl,imx23-evk
30+
- fsl,stmp378x-devb
2931
- olimex,imx23-olinuxino
32+
- sandisk,sansa_fuze_plus
3033
- const: fsl,imx23
3134

3235
- description: i.MX25 Product Development Kit
@@ -385,6 +388,12 @@ properties:
385388
- const: toradex,apalis_imx6q
386389
- const: fsl,imx6q
387390

391+
- description: i.MX6Q Variscite VAR-SOM-MX6 Boards
392+
items:
393+
- const: variscite,mx6customboard
394+
- const: variscite,var-som-imx6q
395+
- const: fsl,imx6q
396+
388397
- description: TQ-Systems TQMa6Q SoM (variant A) on MBa6x
389398
items:
390399
- const: tq,imx6q-mba6x-a
@@ -975,7 +984,9 @@ properties:
975984

976985
- description: PHYTEC phyCORE-i.MX8MM SoM based boards
977986
items:
978-
- const: phytec,imx8mm-phyboard-polis-rdk # phyBOARD-Polis RDK
987+
- enum:
988+
- phytec,imx8mm-phyboard-polis-rdk # phyBOARD-Polis RDK
989+
- phytec,imx8mm-phygate-tauri-l # phyGATE-Tauri-L Gateway
979990
- const: phytec,imx8mm-phycore-som # phyCORE-i.MX8MM SoM
980991
- const: fsl,imx8mm
981992

@@ -1389,6 +1400,13 @@ properties:
13891400
- fsl,ls1043a-qds
13901401
- const: fsl,ls1043a
13911402

1403+
- description: TQ-Systems LS1043A based Boards
1404+
items:
1405+
- enum:
1406+
- tq,ls1043a-tqmls1043a-mbls10xxa
1407+
- const: tq,ls1043a-tqmls1043a
1408+
- const: fsl,ls1043a
1409+
13921410
- description: LS1046A based Boards
13931411
items:
13941412
- enum:
@@ -1397,13 +1415,27 @@ properties:
13971415
- fsl,ls1046a-rdb
13981416
- const: fsl,ls1046a
13991417

1418+
- description: TQ-Systems LS1046A based Boards
1419+
items:
1420+
- enum:
1421+
- tq,ls1046a-tqmls1046a-mbls10xxa
1422+
- const: tq,ls1046a-tqmls1046a
1423+
- const: fsl,ls1046a
1424+
14001425
- description: LS1088A based Boards
14011426
items:
14021427
- enum:
14031428
- fsl,ls1088a-qds
14041429
- fsl,ls1088a-rdb
14051430
- const: fsl,ls1088a
14061431

1432+
- description: TQ-Systems LS1088A based Boards
1433+
items:
1434+
- enum:
1435+
- tq,ls1088a-tqmls1088a-mbls10xxa
1436+
- const: tq,ls1088a-tqmls1088a
1437+
- const: fsl,ls1088a
1438+
14071439
- description: LS2080A based Boards
14081440
items:
14091441
- enum:
@@ -1429,14 +1461,21 @@ properties:
14291461
- fsl,lx2162a-qds
14301462
- const: fsl,lx2160a
14311463

1432-
- description: SolidRun LX2160A based Boards
1464+
- description: SolidRun LX2160A CEX-7 based Boards
14331465
items:
14341466
- enum:
14351467
- solidrun,clearfog-cx
14361468
- solidrun,honeycomb
14371469
- const: solidrun,lx2160a-cex7
14381470
- const: fsl,lx2160a
14391471

1472+
- description: SolidRun LX2162A SoM based Boards
1473+
items:
1474+
- enum:
1475+
- solidrun,lx2162a-clearfog
1476+
- const: solidrun,lx2162a-som
1477+
- const: fsl,lx2160a
1478+
14401479
- description: S32G2 based Boards
14411480
items:
14421481
- enum:

Documentation/devicetree/bindings/arm/intel-ixp4xx.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,28 @@ properties:
1616
oneOf:
1717
- items:
1818
- enum:
19+
- adieng,coyote
20+
- arcom,vulcan
21+
- dlink,dsm-g600-a
22+
- freecom,fsg-3
23+
- gateway,7001
24+
- gateworks,gw2348
25+
- goramo,multilink-router
26+
- intel,ixdp425
27+
- intel,ixdpg425
28+
- iom,nas-100d
1929
- linksys,nslu2
30+
- netgear,wg302v1
31+
- netgear,wg302v2
32+
- usr,8200
2033
- welltech,epbx100
34+
- linksys,wrv54g
35+
- gemtek,gtwx5715
2136
- const: intel,ixp42x
2237
- items:
2338
- enum:
2439
- gateworks,gw2358
40+
- intel,kixrp435
2541
- const: intel,ixp43x
2642

2743
additionalProperties: true

Documentation/devicetree/bindings/arm/mediatek.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,22 @@ properties:
133133
- enum:
134134
- mediatek,mt8183-evb
135135
- const: mediatek,mt8183
136+
- description: Google Hayato rev5
137+
items:
138+
- const: google,hayato-rev5-sku2
139+
- const: google,hayato-sku2
140+
- const: google,hayato
141+
- const: mediatek,mt8192
136142
- description: Google Hayato
137143
items:
138144
- const: google,hayato-rev1
139145
- const: google,hayato
140146
- const: mediatek,mt8192
147+
- description: Google Spherion rev4 (Acer Chromebook 514)
148+
items:
149+
- const: google,spherion-rev4
150+
- const: google,spherion
151+
- const: mediatek,mt8192
141152
- description: Google Spherion (Acer Chromebook 514)
142153
items:
143154
- const: google,spherion-rev3
@@ -248,6 +259,11 @@ properties:
248259
- enum:
249260
- mediatek,mt8365-evk
250261
- const: mediatek,mt8365
262+
- items:
263+
- enum:
264+
- mediatek,mt8395-evk
265+
- const: mediatek,mt8395
266+
- const: mediatek,mt8195
251267
- items:
252268
- enum:
253269
- mediatek,mt8516-pumpkin

Documentation/devicetree/bindings/arm/qcom.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ description: |
5050
msm8998
5151
qcs404
5252
qcm2290
53+
qcm6490
5354
qdu1000
5455
qrb2210
5556
qrb4210
@@ -79,6 +80,7 @@ description: |
7980
sm6125
8081
sm6350
8182
sm6375
83+
sm7125
8284
sm7225
8385
sm8150
8486
sm8250
@@ -189,6 +191,7 @@ properties:
189191

190192
- items:
191193
- enum:
194+
- longcheer,l9100
192195
- samsung,a7
193196
- sony,kanuti-tulip
194197
- square,apq8039-t2
@@ -391,6 +394,11 @@ properties:
391394
- const: qcom,qrb2210
392395
- const: qcom,qcm2290
393396

397+
- items:
398+
- enum:
399+
- fairphone,fp5
400+
- const: qcom,qcm6490
401+
394402
- description: Qualcomm Technologies, Inc. Distributed Unit 1000 platform
395403
items:
396404
- enum:
@@ -479,6 +487,11 @@ properties:
479487
- const: google,lazor-rev8
480488
- const: qcom,sc7180
481489

490+
- description: Acer Chromebook Spin 513 (rev9)
491+
items:
492+
- const: google,lazor-rev9
493+
- const: qcom,sc7180
494+
482495
- description: Acer Chromebook Spin 513 (newest rev)
483496
items:
484497
- const: google,lazor
@@ -500,6 +513,11 @@ properties:
500513
- const: google,lazor-rev8-sku2
501514
- const: qcom,sc7180
502515

516+
- description: Acer Chromebook Spin 513 with KB Backlight (rev9)
517+
items:
518+
- const: google,lazor-rev9-sku2
519+
- const: qcom,sc7180
520+
503521
- description: Acer Chromebook Spin 513 with KB Backlight (newest rev)
504522
items:
505523
- const: google,lazor-sku2
@@ -521,9 +539,16 @@ properties:
521539
- const: google,lazor-rev8-sku0
522540
- const: qcom,sc7180
523541

542+
- description: Acer Chromebook Spin 513 with LTE (rev9)
543+
items:
544+
- const: google,lazor-rev9-sku0
545+
- const: google,lazor-rev9-sku10
546+
- const: qcom,sc7180
547+
524548
- description: Acer Chromebook Spin 513 with LTE (newest rev)
525549
items:
526550
- const: google,lazor-sku0
551+
- const: google,lazor-sku10
527552
- const: qcom,sc7180
528553

529554
- description: Acer Chromebook 511 (rev4 - rev8)
@@ -535,9 +560,16 @@ properties:
535560
- const: google,lazor-rev8-sku4
536561
- const: qcom,sc7180
537562

563+
- description: Acer Chromebook 511 (rev9)
564+
items:
565+
- const: google,lazor-rev9-sku4
566+
- const: google,lazor-rev9-sku15
567+
- const: qcom,sc7180
568+
538569
- description: Acer Chromebook 511 (newest rev)
539570
items:
540571
- const: google,lazor-sku4
572+
- const: google,lazor-sku15
541573
- const: qcom,sc7180
542574

543575
- description: Acer Chromebook 511 without Touchscreen (rev4)
@@ -554,9 +586,16 @@ properties:
554586
- const: google,lazor-rev8-sku6
555587
- const: qcom,sc7180
556588

589+
- description: Acer Chromebook 511 without Touchscreen (rev9)
590+
items:
591+
- const: google,lazor-rev9-sku6
592+
- const: google,lazor-rev9-sku18
593+
- const: qcom,sc7180
594+
557595
- description: Acer Chromebook 511 without Touchscreen (newest rev)
558596
items:
559597
- const: google,lazor-sku6
598+
- const: google,lazor-sku18
560599
- const: qcom,sc7180
561600

562601
- description: Google Mrbland with AUO panel (rev0)
@@ -943,6 +982,11 @@ properties:
943982
- sony,pdx225
944983
- const: qcom,sm6375
945984

985+
- items:
986+
- enum:
987+
- xiaomi,joyeuse
988+
- const: qcom,sm7125
989+
946990
- items:
947991
- enum:
948992
- fairphone,fp4
@@ -1086,6 +1130,7 @@ allOf:
10861130
- qcom,sm6115
10871131
- qcom,sm6125
10881132
- qcom,sm6350
1133+
- qcom,sm7125
10891134
- qcom,sm7225
10901135
- qcom,sm8150
10911136
- qcom,sm8250

0 commit comments

Comments
 (0)