mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 00:04:01 -04:00
Pull devicetree updates from Rob Herring:
"DT core:
- Fix node refcounting in of_find_last_cache_level()
- Constify device_node in of_device_compatible_match()
- Fix 'dma-ranges' handling in bus controller nodes
- Fix handling of initrd start > end
- Improve error reporting in of_irq_init()
- Taint kernel on DT unittest running
- Use strscpy instead of strlcpy
- Add a build target, dt_compatible_check, to check for compatible
strings used in kernel sources against compatible strings in DT
schemas.
- Handle DT_SCHEMA_FILES changes when rebuilding
DT bindings:
- LED bindings for MT6370 PMIC
- Convert Mediatek mtk-gce mailbox, MIPS CPU interrupt controller,
mt7621 I2C, virtio,pci-iommu, nxp,tda998x, QCom fastrpc, qcom,pdc,
and arm,versatile-sysreg to DT schema format
- Add nvmem cells to u-boot,env schema
- Add more LED_COLOR_ID definitions
- Require 'opp-table' uses to be a node
- Various schema fixes to match QEMU 'virt' DT usage
- Tree wide dropping of redundant 'Device Tree Binding' in schema
titles
- More (unevaluated|additional)Properties fixes in schema child nodes
- Drop various redundant minItems equal to maxItems"
* tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (62 commits)
of: base: Shift refcount decrement in of_find_last_cache_level()
dt-bindings: leds: Add MediaTek MT6370 flashlight
dt-bindings: leds: mt6370: Add MediaTek MT6370 current sink type LED indicator
dt-bindings: mailbox: Convert mtk-gce to DT schema
of: base: make of_device_compatible_match() accept const device node
of: Fix "dma-ranges" handling for bus controllers
of: fdt: Remove unused struct fdt_scan_status
dt-bindings: display: st,stm32-dsi: Handle data-lanes in DSI port node
dt-bindings: timer: Add power-domains for TI timer-dm on K3
dt: Add a check for undocumented compatible strings in kernel
kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs
dt-bindings: interrupt-controller: migrate MIPS CPU interrupt controller text bindings to YAML
dt-bindings: i2c: migrate mt7621 text bindings to YAML
dt-bindings: power: gpcv2: correct patternProperties
dt-bindings: virtio: Convert virtio,pci-iommu to DT schema
dt-bindings: timer: arm,arch_timer: Allow dual compatible string
dt-bindings: arm: cpus: Add kryo240 compatible
dt-bindings: display: bridge: nxp,tda998x: Convert to json-schema
dt-bindings: nvmem: u-boot,env: add basic NVMEM cells
dt-bindings: remoteproc: qcom,adsp: enforce smd-edge schema
...
238 lines
6.6 KiB
YAML
238 lines
6.6 KiB
YAML
# SPDX-License-Identifier: GPL-2.0
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/atmel-at91.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Atmel AT91.
|
|
|
|
maintainers:
|
|
- Alexandre Belloni <alexandre.belloni@bootlin.com>
|
|
- Claudiu Beznea <claudiu.beznea@microchip.com>
|
|
- Nicolas Ferre <nicolas.ferre@microchip.com>
|
|
|
|
description: |
|
|
Boards with a SoC of the Atmel AT91 or SMART family shall have the following
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
- items:
|
|
- const: atmel,at91rm9200
|
|
- items:
|
|
- enum:
|
|
- olimex,sam9-l9260
|
|
- enum:
|
|
- atmel,at91sam9260
|
|
- atmel,at91sam9261
|
|
- atmel,at91sam9263
|
|
- atmel,at91sam9g20
|
|
- atmel,at91sam9g45
|
|
- atmel,at91sam9n12
|
|
- atmel,at91sam9rl
|
|
- atmel,at91sam9xe
|
|
- atmel,at91sam9x60
|
|
- const: atmel,at91sam9
|
|
|
|
- items:
|
|
- enum:
|
|
- overkiz,kizboxmini-base # Overkiz kizbox Mini Base Board
|
|
- overkiz,kizboxmini-mb # Overkiz kizbox Mini Mother Board
|
|
- overkiz,kizboxmini-rd # Overkiz kizbox Mini RailDIN
|
|
- overkiz,smartkiz # Overkiz SmartKiz Board
|
|
- gardena,smart-gateway-at91sam # GARDENA smart Gateway (Article No. 19000)
|
|
- const: atmel,at91sam9g25
|
|
- const: atmel,at91sam9x5
|
|
- const: atmel,at91sam9
|
|
|
|
- items:
|
|
- enum:
|
|
- atmel,at91sam9g15
|
|
- atmel,at91sam9g25
|
|
- atmel,at91sam9g35
|
|
- atmel,at91sam9x25
|
|
- atmel,at91sam9x35
|
|
- const: atmel,at91sam9x5
|
|
- const: atmel,at91sam9
|
|
|
|
- description: Overkiz kizbox3 board
|
|
items:
|
|
- const: overkiz,kizbox3-hs
|
|
- const: atmel,sama5d27
|
|
- const: atmel,sama5d2
|
|
- const: atmel,sama5
|
|
|
|
- description: Microchip SAMA5D27 WLSOM1
|
|
items:
|
|
- const: microchip,sama5d27-wlsom1
|
|
- const: atmel,sama5d27
|
|
- const: atmel,sama5d2
|
|
- const: atmel,sama5
|
|
|
|
- description: Microchip SAMA5D27 WLSOM1 Evaluation Kit
|
|
items:
|
|
- const: microchip,sama5d27-wlsom1-ek
|
|
- const: microchip,sama5d27-wlsom1
|
|
- const: atmel,sama5d27
|
|
- const: atmel,sama5d2
|
|
- const: atmel,sama5
|
|
|
|
- items:
|
|
- const: atmel,sama5d27
|
|
- const: atmel,sama5d2
|
|
- const: atmel,sama5
|
|
|
|
- description: Microchip SAMA5D2 Industrial Connectivity Platform
|
|
items:
|
|
- const: microchip,sama5d2-icp
|
|
- const: atmel,sama5d27
|
|
- const: atmel,sama5d2
|
|
- const: atmel,sama5
|
|
|
|
- description: SAM9X60-EK board
|
|
items:
|
|
- const: microchip,sam9x60ek
|
|
- const: microchip,sam9x60
|
|
- const: atmel,at91sam9
|
|
|
|
- description: Nattis v2 board with Natte v2 power board
|
|
items:
|
|
- const: axentia,nattis-2
|
|
- const: axentia,natte-2
|
|
- const: axentia,linea
|
|
- const: atmel,sama5d31
|
|
- const: atmel,sama5d3
|
|
- const: atmel,sama5
|
|
|
|
- description: TSE-850 v3 board
|
|
items:
|
|
- const: axentia,tse850v3
|
|
- const: axentia,linea
|
|
- const: atmel,sama5d31
|
|
- const: atmel,sama5d3
|
|
- const: atmel,sama5
|
|
|
|
- items:
|
|
- const: axentia,linea
|
|
- const: atmel,sama5d31
|
|
- const: atmel,sama5d3
|
|
- const: atmel,sama5
|
|
|
|
- description: Overkiz kizbox2 board with two heads
|
|
items:
|
|
- const: overkiz,kizbox2-2
|
|
- const: atmel,sama5d31
|
|
- const: atmel,sama5d3
|
|
- const: atmel,sama5
|
|
|
|
- description: Microchip SAMA5D3 Ethernet Development System Board
|
|
items:
|
|
- const: microchip,sama5d3-eds
|
|
- const: atmel,sama5d36
|
|
- const: atmel,sama5d3
|
|
- const: atmel,sama5
|
|
|
|
- description: CalAmp LMU5000 board
|
|
items:
|
|
- const: calamp,lmu5000
|
|
- const: atmel,at91sam9g20
|
|
- const: atmel,at91sam9
|
|
|
|
- description: Exegin Q5xR5 board
|
|
items:
|
|
- const: exegin,q5xr5
|
|
- const: atmel,at91sam9g20
|
|
- const: atmel,at91sam9
|
|
|
|
- items:
|
|
- enum:
|
|
- atmel,sama5d31
|
|
- atmel,sama5d33
|
|
- atmel,sama5d34
|
|
- atmel,sama5d35
|
|
- atmel,sama5d36
|
|
- const: atmel,sama5d3
|
|
- const: atmel,sama5
|
|
|
|
- items:
|
|
- enum:
|
|
- atmel,sama5d41
|
|
- atmel,sama5d42
|
|
- atmel,sama5d43
|
|
- atmel,sama5d44
|
|
- const: atmel,sama5d4
|
|
- const: atmel,sama5
|
|
|
|
- items:
|
|
- const: microchip,sama7g5ek # SAMA7G5 Evaluation Kit
|
|
- const: microchip,sama7g5
|
|
- const: microchip,sama7
|
|
|
|
- description: Microchip LAN9662 Evaluation Boards.
|
|
items:
|
|
- enum:
|
|
- microchip,lan9662-pcb8291
|
|
- microchip,lan9662-pcb8309
|
|
- const: microchip,lan9662
|
|
- const: microchip,lan966
|
|
|
|
- description: Microchip LAN9668 PCB8290 Evaluation Board.
|
|
items:
|
|
- const: microchip,lan9668-pcb8290
|
|
- const: microchip,lan9668
|
|
- const: microchip,lan966
|
|
|
|
- description: Kontron KSwitch D10 MMT series
|
|
items:
|
|
- enum:
|
|
- kontron,kswitch-d10-mmt-8g
|
|
- kontron,kswitch-d10-mmt-6g-2gs
|
|
- const: kontron,s1921
|
|
- const: microchip,lan9668
|
|
- const: microchip,lan966
|
|
|
|
- items:
|
|
- enum:
|
|
- atmel,sams70j19
|
|
- atmel,sams70j20
|
|
- atmel,sams70j21
|
|
- atmel,sams70n19
|
|
- atmel,sams70n20
|
|
- atmel,sams70n21
|
|
- atmel,sams70q19
|
|
- atmel,sams70q20
|
|
- atmel,sams70q21
|
|
- const: atmel,sams70
|
|
- const: atmel,samv7
|
|
|
|
- items:
|
|
- enum:
|
|
- atmel,samv70j19
|
|
- atmel,samv70j20
|
|
- atmel,samv70n19
|
|
- atmel,samv70n20
|
|
- atmel,samv70q19
|
|
- atmel,samv70q20
|
|
- const: atmel,samv70
|
|
- const: atmel,samv7
|
|
|
|
- items:
|
|
- enum:
|
|
- atmel,samv71j19
|
|
- atmel,samv71j20
|
|
- atmel,samv71j21
|
|
- atmel,samv71n19
|
|
- atmel,samv71n20
|
|
- atmel,samv71n21
|
|
- atmel,samv71q19
|
|
- atmel,samv71q20
|
|
- atmel,samv71q21
|
|
- const: atmel,samv71
|
|
- const: atmel,samv7
|
|
|
|
additionalProperties: true
|
|
|
|
...
|