mirror of
https://github.com/torvalds/linux.git
synced 2026-04-26 10:32:25 -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
...
203 lines
5.7 KiB
YAML
203 lines
5.7 KiB
YAML
# SPDX-License-Identifier: GPL-2.0
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/amlogic.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Amlogic MesonX
|
|
|
|
maintainers:
|
|
- Kevin Hilman <khilman@baylibre.com>
|
|
|
|
description: |+
|
|
Work in progress statement:
|
|
|
|
Device tree files and bindings applying to Amlogic SoCs and boards are
|
|
considered "unstable". Any Amlogic device tree binding may change at
|
|
any time. Be sure to use a device tree binary and a kernel image
|
|
generated from the same source tree.
|
|
|
|
Please refer to Documentation/devicetree/bindings/ABI.rst for a definition of a
|
|
stable binding/ABI.
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
- description: Boards with the Amlogic Meson6 SoC
|
|
items:
|
|
- enum:
|
|
- geniatech,atv1200
|
|
- const: amlogic,meson6
|
|
|
|
- description: Boards with the Amlogic Meson8 SoC
|
|
items:
|
|
- enum:
|
|
- minix,neo-x8
|
|
- const: amlogic,meson8
|
|
|
|
- description: Boards with the Amlogic Meson8m2 SoC
|
|
items:
|
|
- enum:
|
|
- tronsmart,mxiii-plus
|
|
- const: amlogic,meson8m2
|
|
|
|
- description: Boards with the Amlogic Meson8b SoC
|
|
items:
|
|
- enum:
|
|
- endless,ec100
|
|
- hardkernel,odroid-c1
|
|
- tronfy,mxq
|
|
- const: amlogic,meson8b
|
|
|
|
- description: Boards with the Amlogic Meson GXBaby SoC
|
|
items:
|
|
- enum:
|
|
- amlogic,p200
|
|
- amlogic,p201
|
|
- friendlyarm,nanopi-k2
|
|
- hardkernel,odroid-c2
|
|
- nexbox,a95x
|
|
- videostrong,kii-pro
|
|
- wetek,hub
|
|
- wetek,play2
|
|
- const: amlogic,meson-gxbb
|
|
|
|
- description: Tronsmart Vega S95 devices
|
|
items:
|
|
- enum:
|
|
- tronsmart,vega-s95-pro
|
|
- tronsmart,vega-s95-meta
|
|
- tronsmart,vega-s95-telos
|
|
- const: tronsmart,vega-s95
|
|
- const: amlogic,meson-gxbb
|
|
|
|
- description: Boards with the Amlogic Meson GXL S805X SoC
|
|
items:
|
|
- enum:
|
|
- amlogic,p241
|
|
- libretech,aml-s805x-ac
|
|
- const: amlogic,s805x
|
|
- const: amlogic,meson-gxl
|
|
|
|
- description: Boards with the Amlogic Meson GXL S905W SoC
|
|
items:
|
|
- enum:
|
|
- amlogic,p281
|
|
- oranth,tx3-mini
|
|
- jethome,jethub-j80
|
|
- const: amlogic,s905w
|
|
- const: amlogic,meson-gxl
|
|
|
|
- description: Boards with the Amlogic Meson GXL S905X SoC
|
|
items:
|
|
- enum:
|
|
- amlogic,p212
|
|
- hwacom,amazetv
|
|
- khadas,vim
|
|
- libretech,aml-s905x-cc
|
|
- libretech,aml-s905x-cc-v2
|
|
- nexbox,a95x
|
|
- const: amlogic,s905x
|
|
- const: amlogic,meson-gxl
|
|
|
|
- description: Boards with the Amlogic Meson GXL S905D SoC
|
|
items:
|
|
- enum:
|
|
- amlogic,p230
|
|
- amlogic,p231
|
|
- libretech,aml-s905d-pc
|
|
- osmc,vero4k-plus
|
|
- phicomm,n1
|
|
- smartlabs,sml5442tw
|
|
- videostrong,gxl-kii-pro
|
|
- const: amlogic,s905d
|
|
- const: amlogic,meson-gxl
|
|
|
|
- description: Boards with the Amlogic Meson GXM S912 SoC
|
|
items:
|
|
- enum:
|
|
- amlogic,q200
|
|
- amlogic,q201
|
|
- azw,gt1-ultimate
|
|
- khadas,vim2
|
|
- kingnovel,r-box-pro
|
|
- libretech,aml-s912-pc
|
|
- minix,neo-u9h
|
|
- nexbox,a1
|
|
- tronsmart,vega-s96
|
|
- videostrong,gxm-kiii-pro
|
|
- wetek,core2
|
|
- const: amlogic,s912
|
|
- const: amlogic,meson-gxm
|
|
|
|
- description: Boards with the Amlogic Meson AXG A113D SoC
|
|
items:
|
|
- enum:
|
|
- amlogic,s400
|
|
- jethome,jethub-j100
|
|
- jethome,jethub-j110
|
|
- const: amlogic,a113d
|
|
- const: amlogic,meson-axg
|
|
|
|
- description: Boards with the Amlogic Meson G12A S905D2/X2/Y2 SoC
|
|
items:
|
|
- enum:
|
|
- amediatech,x96-max
|
|
- amlogic,u200
|
|
- radxa,zero
|
|
- seirobotics,sei510
|
|
- const: amlogic,g12a
|
|
|
|
- description: Boards with the Amlogic Meson G12B A311D SoC
|
|
items:
|
|
- enum:
|
|
- khadas,vim3
|
|
- const: amlogic,a311d
|
|
- const: amlogic,g12b
|
|
|
|
- description: Boards with the Amlogic Meson G12B S922X SoC
|
|
items:
|
|
- enum:
|
|
- azw,gsking-x
|
|
- azw,gtking
|
|
- azw,gtking-pro
|
|
- hardkernel,odroid-n2
|
|
- hardkernel,odroid-n2-plus
|
|
- khadas,vim3
|
|
- ugoos,am6
|
|
- const: amlogic,s922x
|
|
- const: amlogic,g12b
|
|
|
|
- description: Boards with the Amlogic Meson SM1 S905X3/D3/Y3 SoC
|
|
items:
|
|
- enum:
|
|
- amediatech,x96-air
|
|
- amediatech,x96-air-gbit
|
|
- bananapi,bpi-m5
|
|
- cyx,a95xf3-air
|
|
- cyx,a95xf3-air-gbit
|
|
- hardkernel,odroid-c4
|
|
- hardkernel,odroid-hc4
|
|
- haochuangyi,h96-max
|
|
- khadas,vim3l
|
|
- seirobotics,sei610
|
|
- const: amlogic,sm1
|
|
|
|
- description: Boards with the Amlogic Meson A1 A113L SoC
|
|
items:
|
|
- enum:
|
|
- amlogic,ad401
|
|
- const: amlogic,a1
|
|
|
|
- description: Boards with the Amlogic Meson S4 S805X2 SoC
|
|
items:
|
|
- enum:
|
|
- amlogic,aq222
|
|
- const: amlogic,s4
|
|
|
|
additionalProperties: true
|
|
|
|
...
|