Skip to content

Commit ae86218

Browse files
committed
Merge tag 'arm-dt-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull ARM DT updates from Arnd Bergmann: "There are 40 branches this time, adding a lot of new hardware support, and cleanups. Krzysztof Kozlowski continues his treewide cleanups. There are a number of new SoCs, all of them as part of existing families, and typically added along with a reference board: - Renesas RZ/G2UL (R9A07G043) is the single-core version of the RZ/G2L general-purpose MPU. - Renesas RZ/V2M (R9A09G011) is a smart camera SoC - Renesas R-Car V4H (R8A779G0) is an automotive chip with Cortex-A76 cores and deep learning accerlation. - Broadcom BCM47622 is a new broadband SoC based on a quad Cortex-A7 and dual Wifi-6. - Corstone1000 is a generic platform from Arm that is used for designing custom SoCs, the support for now is for the Fixed Virtual Platform emulation for it. - Mediatek MT8195 (Kompanio 1200) is a high-end consumer chip used in upcoming Chromebooks. - NXP i.MXRT1050 is a Cortex-M7 based microcontroller, the first MMU-less SoC to be added in a while New machines based on already supported SoCs this time are mainly for 32-bit platforms and include: - Two wireless routers based on Broadcom bcm4708 - 30 new boards based on NXP i.MX6, i.MX7 and i.MX8 families, mostly for the industrial embedded market, and on NXP LS1021A based IOT board. - Two ethernet switches based on Microchip LAN966 - Eight Qualcomm Snapdragon based machines, including a smartwatch, a Chromebook board and some phones - Another phone based on the old ST-Ericsson Ux500 platform - Seven STM32MP1 based boards - Four single-board computers based on Rockchip RK3566/RK3568" * tag 'arm-dt-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (791 commits) ARM: dts: kswitch-d10: enable networking ARM: dts: lan966x: add switch node ARM: dts: lan966x: add serdes node ARM: dts: lan966x: add reset switch reset node ARM: dts: lan966x: add MIIM nodes ARM: dts: lan966x: add hwmon node ARM: dts: lan966x: add basic Kontron KSwitch D10 support ARM: dts: lan966x: add flexcom I2C nodes ARM: dts: lan966x: add flexcom SPI nodes ARM: dts: lan966x: add all flexcom usart nodes ARM: dts: lan966x: add missing uart DMA channel ARM: dts: lan966x: add sgpio node ARM: dts: lan966x: swap dma channels for crypto node ARM: dts: lan966x: rename pinctrl nodes ARM: dts: at91: sama7g5: remove interrupt-parent from gic node ARM: dts: at91: use generic node name for dataflash ARM: dts: turris-omnia: Add atsha204a node arm64: dts: mt8192: Follow binding order for SCP registers arm64: dts: mediatek: add mtk-snfi for mt7622 arm64: dts: mediatek: mt8195-demo: enable uart1 ...
2 parents c011dd5 + 82706d6 commit ae86218

File tree

710 files changed

+43879
-12148
lines changed

Some content is hidden

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

710 files changed

+43879
-12148
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/arm/arm,corstone1000.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: ARM Corstone1000 Device Tree Bindings
8+
9+
maintainers:
10+
- Vishnu Banavath <[email protected]>
11+
- Rui Miguel Silva <[email protected]>
12+
13+
description: |+
14+
ARM's Corstone1000 includes pre-verified Corstone SSE-710 subsystem that
15+
provides a flexible compute architecture that combines Cortex‑A and Cortex‑M
16+
processors.
17+
18+
Support for Cortex‑A32, Cortex‑A35 and Cortex‑A53 processors. Two expansion
19+
systems for M-Class (or other) processors for adding sensors, connectivity,
20+
video, audio and machine learning at the edge System and security IPs to build
21+
a secure SoC for a range of rich IoT applications, for example gateways, smart
22+
cameras and embedded systems.
23+
24+
Integrated Secure Enclave providing hardware Root of Trust and supporting
25+
seamless integration of the optional CryptoCell™-312 cryptographic
26+
accelerator.
27+
28+
properties:
29+
$nodename:
30+
const: '/'
31+
compatible:
32+
oneOf:
33+
- description: Corstone1000 MPS3 it has 1 Cortex-A35 CPU core in a FPGA
34+
implementation of the Corstone1000 in the MPS3 prototyping board. See
35+
ARM document DAI0550.
36+
items:
37+
- const: arm,corstone1000-mps3
38+
- description: Corstone1000 FVP is the Fixed Virtual Platform
39+
implementation of this system. See ARM ecosystems FVP's.
40+
items:
41+
- const: arm,corstone1000-fvp
42+
43+
additionalProperties: true
44+
45+
...

Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ properties:
6464
- description: BCM47094 based boards
6565
items:
6666
- enum:
67+
- asus,rt-ac88u
6768
- dlink,dir-885l
6869
- linksys,panamera
6970
- luxul,abr-4500-v1
@@ -83,9 +84,14 @@ properties:
8384
- brcm,bcm953012er
8485
- brcm,bcm953012hr
8586
- brcm,bcm953012k
87+
- const: brcm,bcm53012
88+
- const: brcm,bcm4708
89+
90+
- description: BCM53016 based boards
91+
items:
92+
- enum:
8693
- meraki,mr32
87-
- const: brcm,brcm53012
88-
- const: brcm,brcm53016
94+
- const: brcm,bcm53016
8995
- const: brcm,bcm4708
9096

9197
additionalProperties: true
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/arm/bcm/brcm,bcmbca.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Broadcom Broadband SoC device tree bindings
8+
9+
description:
10+
Broadcom Broadband SoCs include family of high performance DSL/PON/Wireless
11+
chips that can be used as home gateway, router and WLAN AP for residential,
12+
enterprise and carrier applications.
13+
14+
maintainers:
15+
- William Zhang <[email protected]>
16+
- Anand Gore <[email protected]>
17+
- Kursad Oney <[email protected]>
18+
19+
properties:
20+
$nodename:
21+
const: '/'
22+
compatible:
23+
oneOf:
24+
- description: BCM47622 based boards
25+
items:
26+
- enum:
27+
- brcm,bcm947622
28+
- const: brcm,bcm47622
29+
- const: brcm,bcmbca
30+
31+
additionalProperties: true
32+
33+
...

Documentation/devicetree/bindings/arm/fsl.yaml

Lines changed: 102 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ properties:
172172
- karo,tx53 # Ka-Ro electronics TX53 module
173173
- kiebackpeter,imx53-ddc # K+P imx53 DDC
174174
- kiebackpeter,imx53-hsc # K+P imx53 HSC
175-
- menlo,m53menlo
175+
- menlo,m53menlo # i.MX53 Menlo board
176176
- voipac,imx53-dmm-668 # Voipac i.MX53 X53-DMM-668
177177
- const: fsl,imx53
178178

@@ -192,6 +192,7 @@ properties:
192192
items:
193193
- enum:
194194
- auvidea,h100 # Auvidea H100
195+
- bosch,imx6q-acc # Bosch ACC i.MX6 Dual
195196
- boundary,imx6q-nitrogen6_max
196197
- boundary,imx6q-nitrogen6_som2
197198
- boundary,imx6q-nitrogen6x
@@ -411,7 +412,6 @@ properties:
411412
- technologic,imx6dl-ts4900
412413
- technologic,imx6dl-ts7970
413414
- toradex,colibri_imx6dl # Colibri iMX6 Modules
414-
- toradex,colibri_imx6dl-v1_1 # Colibri iMX6 V1.1 Modules
415415
- udoo,imx6dl-udoo # Udoo i.MX6 Dual-lite Board
416416
- vdl,lanmcu # Van der Laan LANMCU board
417417
- wand,imx6dl-wandboard # Wandboard i.MX6 Dual Lite Board
@@ -488,17 +488,13 @@ properties:
488488
- description: i.MX6DL Boards with Toradex Colibri iMX6DL/S Modules
489489
items:
490490
- enum:
491+
- toradex,colibri_imx6dl-aster # Colibri iMX6DL/S Module on Aster Board
491492
- toradex,colibri_imx6dl-eval-v3 # Colibri iMX6DL/S Module on Colibri Evaluation Board V3
493+
- toradex,colibri_imx6dl-iris # Colibri iMX6DL/S Module on Iris Board
494+
- toradex,colibri_imx6dl-iris-v2 # Colibri iMX6DL/S Module on Iris Board V2
492495
- const: toradex,colibri_imx6dl # Colibri iMX6DL/S Module
493496
- const: fsl,imx6dl
494497

495-
- description: i.MX6DL Boards with Toradex Colibri iMX6DL/S V1.1 Modules
496-
items:
497-
- enum:
498-
- toradex,colibri_imx6dl-v1_1-eval-v3 # Colibri iMX6DL/S V1.1 M. on Colibri Evaluation Board V3
499-
- const: toradex,colibri_imx6dl-v1_1 # Colibri iMX6DL/S V1.1 Module
500-
- const: fsl,imx6dl
501-
502498
- description: i.MX6S DHCOM DRC02 Board
503499
items:
504500
- const: dh,imx6s-dhcom-drc02
@@ -613,6 +609,28 @@ properties:
613609
- const: kontron,imx6ul-n6310-som
614610
- const: fsl,imx6ul
615611

612+
- description: TQ-Systems TQMa6UL1 SoM on MBa6ULx board
613+
items:
614+
- enum:
615+
- tq,imx6ul-tqma6ul1-mba6ulx
616+
- const: tq,imx6ul-tqma6ul1 # MCIMX6G1
617+
- const: fsl,imx6ul
618+
619+
- description: TQ-Systems TQMa6UL2 SoM on MBa6ULx board
620+
items:
621+
- enum:
622+
- tq,imx6ul-tqma6ul2-mba6ulx
623+
- const: tq,imx6ul-tqma6ul2 # MCIMX6G2
624+
- const: fsl,imx6ul
625+
626+
- description: TQ-Systems TQMa6ULxL SoM on MBa6ULx[L] board
627+
items:
628+
- enum:
629+
- tq,imx6ul-tqma6ul2l-mba6ulx # using LGA adapter
630+
- tq,imx6ul-tqma6ul2l-mba6ulxl
631+
- const: tq,imx6ul-tqma6ul2l # MCIMX6G2, LGA SoM variant
632+
- const: fsl,imx6ul
633+
616634
- description: i.MX6ULL based Boards
617635
items:
618636
- enum:
@@ -640,33 +658,66 @@ properties:
640658
- const: phytec,imx6ull-pcl063 # PHYTEC phyCORE-i.MX 6ULL
641659
- const: fsl,imx6ull
642660

661+
- description: i.MX6ULL PHYTEC phyGATE-Tauri
662+
items:
663+
- enum:
664+
- phytec,imx6ull-phygate-tauri-emmc
665+
- phytec,imx6ull-phygate-tauri-nand
666+
- const: phytec,imx6ull-phygate-tauri # PHYTEC phyGATE-Tauri with i.MX6 ULL
667+
- const: phytec,imx6ull-pcl063 # PHYTEC phyCORE-i.MX 6ULL
668+
- const: fsl,imx6ull
669+
643670
- description: i.MX6ULL Boards with Toradex Colibri iMX6ULL Modules
644671
items:
645672
- enum:
646-
- toradex,colibri-imx6ull-eval # Colibri iMX6ULL Module on Colibri Evaluation Board
673+
- toradex,colibri-imx6ull-aster # Colibri iMX6ULL Module on Aster Carrier Board
674+
- toradex,colibri-imx6ull-eval # Colibri iMX6ULL Module on Colibri Evaluation Board V3
675+
- toradex,colibri-imx6ull-iris # Colibri iMX6ULL Module on Iris Carrier Board
676+
- toradex,colibri-imx6ull-iris-v2 # Colibri iMX6ULL Module on Iris V2 Carrier Board
647677
- const: toradex,colibri-imx6ull # Colibri iMX6ULL Module
648-
- const: fsl,imx6dl
678+
- const: fsl,imx6ull
649679

650680
- description: i.MX6ULL Boards with Toradex Colibri iMX6ULL 1GB (eMMC) Module
651681
items:
652682
- enum:
653-
- toradex,colibri-imx6ull-emmc-eval # Colibri iMX6ULL 1GB (eMMC) M. on Colibri Evaluation Board
654-
- const: toradex,colibri-imx6ull-emmc # Colibri iMX6ULL 1GB (eMMC) Module
655-
- const: fsl,imx6dl
683+
- toradex,colibri-imx6ull-emmc-aster # Colibri iMX6ULL 1G (eMMC) on Aster Carrier Board
684+
- toradex,colibri-imx6ull-emmc-eval # Colibri iMX6ULL 1G (eMMC) on Colibri Evaluation B. V3
685+
- toradex,colibri-imx6ull-emmc-iris # Colibri iMX6ULL 1G (eMMC) on Iris Carrier Board
686+
- toradex,colibri-imx6ull-emmc-iris-v2 # Colibri iMX6ULL 1G (eMMC) on Iris V2 Carrier Board
687+
- const: toradex,colibri-imx6ull-emmc # Colibri iMX6ULL 1GB (eMMC) Module
688+
- const: fsl,imx6ull
656689

657690
- description: i.MX6ULL Boards with Toradex Colibri iMX6ULL Wi-Fi / BT Modules
658691
items:
659692
- enum:
660-
- toradex,colibri-imx6ull-wifi-eval # Colibri iMX6ULL Wi-Fi / BT M. on Colibri Evaluation Board
661-
- const: toradex,colibri-imx6ull-wifi # Colibri iMX6ULL Wi-Fi / BT Module
662-
- const: fsl,imx6dl
693+
- toradex,colibri-imx6ull-wifi-eval # Colibri iMX6ULL Wi-Fi / BT M. on Colibri Eval. B. V3
694+
- toradex,colibri-imx6ull-wifi-aster # Colibri iMX6ULL Wi-Fi / BT M. on Aster Carrier Board
695+
- toradex,colibri-imx6ull-wifi-iris # Colibri iMX6ULL Wi-Fi / BT M. on Iris Carrier Board
696+
- toradex,colibri-imx6ull-wifi-iris-v2 # Colibri iMX6ULL Wi-Fi / BT M. on Iris V2 Carrier Board
697+
- const: toradex,colibri-imx6ull-wifi # Colibri iMX6ULL Wi-Fi / BT Module
698+
- const: fsl,imx6ull
663699

664700
- description: Kontron N6411 S Board
665701
items:
666702
- const: kontron,imx6ull-n6411-s
667703
- const: kontron,imx6ull-n6411-som
668704
- const: fsl,imx6ull
669705

706+
- description: TQ Systems TQMa6ULLx SoM on MBa6ULx board
707+
items:
708+
- enum:
709+
- tq,imx6ull-tqma6ull2-mba6ulx
710+
- const: tq,imx6ull-tqma6ull2 # MCIMX6Y2
711+
- const: fsl,imx6ull
712+
713+
- description: TQ Systems TQMa6ULLxL SoM on MBa6ULx[L] board
714+
items:
715+
- enum:
716+
- tq,imx6ull-tqma6ull2l-mba6ulx # using LGA adapter
717+
- tq,imx6ull-tqma6ull2l-mba6ulxl
718+
- const: tq,imx6ull-tqma6ull2l # MCIMX6Y2, LGA SoM variant
719+
- const: fsl,imx6ull
720+
670721
- description: i.MX6ULZ based Boards
671722
items:
672723
- enum:
@@ -707,6 +758,7 @@ properties:
707758
- kam,imx7d-flex-concentrator-mfg # Kamstrup OMNIA Flex Concentrator in manufacturing mode
708759
- novtech,imx7d-meerkat96 # i.MX7 Meerkat96 Board
709760
- remarkable,imx7d-remarkable2 # i.MX7D ReMarkable 2 E-Ink Tablet
761+
- storopack,imx7d-smegw01 # Storopack i.MX7D SMEGW01
710762
- technexion,imx7d-pico-dwarf # TechNexion i.MX7D Pico-Dwarf
711763
- technexion,imx7d-pico-hobbit # TechNexion i.MX7D Pico-Hobbit
712764
- technexion,imx7d-pico-nymph # TechNexion i.MX7D Pico-Nymph
@@ -762,6 +814,7 @@ properties:
762814
- enum:
763815
- beacon,imx8mm-beacon-kit # i.MX8MM Beacon Development Kit
764816
- boundary,imx8mm-nitrogen8mm # i.MX8MM Nitrogen Board
817+
- dmo,imx8mm-data-modul-edm-sbc # i.MX8MM eDM SBC
765818
- emtrion,emcon-mx8mm-avari # emCON-MX8MM SoM on Avari Base
766819
- fsl,imx8mm-ddr4-evk # i.MX8MM DDR4 EVK Board
767820
- fsl,imx8mm-evk # i.MX8MM EVK Board
@@ -772,6 +825,7 @@ properties:
772825
- gw,imx8mm-gw7902 # i.MX8MM Gateworks Board
773826
- gw,imx8mm-gw7903 # i.MX8MM Gateworks Board
774827
- kontron,imx8mm-n801x-som # i.MX8MM Kontron SL (N801X) SOM
828+
- menlo,mx8menlo # i.MX8MM Menlo board with Verdin SoM
775829
- toradex,verdin-imx8mm # Verdin iMX8M Mini Modules
776830
- toradex,verdin-imx8mm-nonwifi # Verdin iMX8M Mini Modules without Wi-Fi / BT
777831
- toradex,verdin-imx8mm-wifi # Verdin iMX8M Mini Wi-Fi / BT Modules
@@ -834,6 +888,7 @@ properties:
834888
- beacon,imx8mn-beacon-kit # i.MX8MN Beacon Development Kit
835889
- bsh,imx8mn-bsh-smm-s2 # i.MX8MN BSH SystemMaster S2
836890
- bsh,imx8mn-bsh-smm-s2pro # i.MX8MN BSH SystemMaster S2 PRO
891+
- fsl,imx8mn-ddr3l-evk # i.MX8MN DDR3L EVK Board
837892
- fsl,imx8mn-ddr4-evk # i.MX8MN DDR4 EVK Board
838893
- fsl,imx8mn-evk # i.MX8MN LPDDR4 EVK Board
839894
- gw,imx8mn-gw7902 # i.MX8MM Gateworks Board
@@ -860,6 +915,17 @@ properties:
860915
items:
861916
- enum:
862917
- fsl,imx8mp-evk # i.MX8MP EVK Board
918+
- gateworks,imx8mp-gw74xx # i.MX8MP Gateworks Board
919+
- toradex,verdin-imx8mp # Verdin iMX8M Plus Modules
920+
- toradex,verdin-imx8mp-nonwifi # Verdin iMX8M Plus Modules without Wi-Fi / BT
921+
- toradex,verdin-imx8mp-wifi # Verdin iMX8M Plus Wi-Fi / BT Modules
922+
- const: fsl,imx8mp
923+
924+
- description: Engicam i.Core MX8M Plus SoM based boards
925+
items:
926+
- enum:
927+
- engicam,icore-mx8mp-edimm2.2 # i.MX8MP Engicam i.Core MX8M Plus EDIMM2.2 Starter Kit
928+
- const: engicam,icore-mx8mp # i.MX8MP Engicam i.Core MX8M Plus SoM
863929
- const: fsl,imx8mp
864930

865931
- description: PHYTEC phyCORE-i.MX8MP SoM based boards
@@ -868,6 +934,24 @@ properties:
868934
- const: phytec,imx8mp-phycore-som # phyCORE-i.MX8MP SoM
869935
- const: fsl,imx8mp
870936

937+
- description: Toradex Boards with Verdin iMX8M Plus Modules
938+
items:
939+
- enum:
940+
- toradex,verdin-imx8mp-nonwifi-dahlia # Verdin iMX8M Plus Module on Dahlia
941+
- toradex,verdin-imx8mp-nonwifi-dev # Verdin iMX8M Plus Module on Verdin Development Board
942+
- const: toradex,verdin-imx8mp-nonwifi # Verdin iMX8M Plus Module without Wi-Fi / BT
943+
- const: toradex,verdin-imx8mp # Verdin iMX8M Plus Module
944+
- const: fsl,imx8mp
945+
946+
- description: Toradex Boards with Verdin iMX8M Plus Wi-Fi / BT Modules
947+
items:
948+
- enum:
949+
- toradex,verdin-imx8mp-wifi-dahlia # Verdin iMX8M Plus Wi-Fi / BT Module on Dahlia
950+
- toradex,verdin-imx8mp-wifi-dev # Verdin iMX8M Plus Wi-Fi / BT M. on Verdin Development B.
951+
- const: toradex,verdin-imx8mp-wifi # Verdin iMX8M Plus Wi-Fi / BT Module
952+
- const: toradex,verdin-imx8mp # Verdin iMX8M Plus Module
953+
- const: fsl,imx8mp
954+
871955
- description: i.MX8MQ based Boards
872956
items:
873957
- enum:
@@ -999,6 +1083,7 @@ properties:
9991083
- description: LS1021A based Boards
10001084
items:
10011085
- enum:
1086+
- fsl,ls1021a-iot
10021087
- fsl,ls1021a-moxa-uc-8410a
10031088
- fsl,ls1021a-qds
10041089
- fsl,ls1021a-tsn

Documentation/devicetree/bindings/arm/mediatek.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ properties:
133133
- const: mediatek,mt8183
134134
- items:
135135
- enum:
136+
- mediatek,mt8192-evb
137+
- const: mediatek,mt8192
138+
- items:
139+
- enum:
140+
- mediatek,mt8195-demo
136141
- mediatek,mt8195-evb
137142
- const: mediatek,mt8195
138143
- description: Google Burnet (HP Chromebook x360 11MK G3 EE)

Documentation/devicetree/bindings/arm/mediatek/mediatek,pericfg.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ properties:
2626
- mediatek,mt8135-pericfg
2727
- mediatek,mt8173-pericfg
2828
- mediatek,mt8183-pericfg
29+
- mediatek,mt8195-pericfg
2930
- mediatek,mt8516-pericfg
3031
- const: syscon
3132
- items:

Documentation/devicetree/bindings/arm/omap/prcm.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,17 @@ Required properties:
3131
(base address and length)
3232
- clocks: clocks for this module
3333
- clockdomains: clockdomains for this module
34+
- #clock-cells: From common clock binding
35+
- clock-output-names: From common clock binding
36+
3437

3538
Example:
3639

37-
cm: cm@48004000 {
40+
cm: clock@48004000 {
3841
compatible = "ti,omap3-cm";
3942
reg = <0x48004000 0x4000>;
43+
#clock-cells = <0>;
44+
clock-output-names = "cm";
4045

4146
cm_clocks: clocks {
4247
#address-cells = <1>;

Documentation/devicetree/bindings/arm/qcom.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ properties:
9999

100100
- items:
101101
- enum:
102+
- asus,sparrow
102103
- lg,lenok
103104
- const: qcom,apq8026
104105

0 commit comments

Comments
 (0)