Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: arm: socionext: add Synquacer platforms

Socionext's DeveloperBox is based on the SC2A11B SoC (Synquacer).
Specify bindings for the platform and boards based on that.

Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Link: https://lore.kernel.org/r/20230621153658.60646-1-jaswinder.singh@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Jassi Brar and committed by
Rob Herring
e591c47f 876c38eb

+28
+28
Documentation/devicetree/bindings/arm/socionext/synquacer.yaml
··· 1 + # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/arm/socionext/synquacer.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: Socionext Synquacer platform 8 + 9 + maintainers: 10 + - Masahisa Kojima <masahisa.kojima@linaro.org> 11 + - Jassi Brar <jaswinder.singh@linaro.org> 12 + 13 + description: 14 + Socionext SC2A11B (Synquacer) SoC based boards 15 + 16 + properties: 17 + $nodename: 18 + const: '/' 19 + compatible: 20 + oneOf: 21 + - items: 22 + - enum: 23 + - socionext,developer-box 24 + - const: socionext,synquacer 25 + 26 + additionalProperties: true 27 + 28 + ...