mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 06:55:13 +08:00
dt-bindings: arm: Convert CSR SiRF board/soc bindings to json-schema
Convert CSR SiRF SoC bindings to DT schema format using json-schema. Cc: Mark Rutland <mark.rutland@arm.com> Cc: Barry Song <baohua@kernel.org> Cc: devicetree@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
9d3ef77fe5
commit
cf7e48dad1
@ -1,11 +0,0 @@
|
|||||||
CSR SiRFprimaII and SiRFmarco device tree bindings.
|
|
||||||
========================================
|
|
||||||
|
|
||||||
Required root node properties:
|
|
||||||
- compatible:
|
|
||||||
- "sirf,atlas6-cb" : atlas6 "cb" evaluation board
|
|
||||||
- "sirf,atlas6" : atlas6 device based board
|
|
||||||
- "sirf,atlas7-cb" : atlas7 "cb" evaluation board
|
|
||||||
- "sirf,atlas7" : atlas7 device based board
|
|
||||||
- "sirf,prima2-cb" : prima2 "cb" evaluation board
|
|
||||||
- "sirf,prima2" : prima2 device based board
|
|
27
Documentation/devicetree/bindings/arm/sirf.yaml
Normal file
27
Documentation/devicetree/bindings/arm/sirf.yaml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
%YAML 1.2
|
||||||
|
---
|
||||||
|
$id: http://devicetree.org/schemas/arm/sirf.yaml#
|
||||||
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||||
|
|
||||||
|
title: CSR SiRFprimaII and SiRFmarco device tree bindings.
|
||||||
|
|
||||||
|
maintainers:
|
||||||
|
- Binghua Duan <binghua.duan@csr.com>
|
||||||
|
- Barry Song <Baohua.Song@csr.com>
|
||||||
|
|
||||||
|
properties:
|
||||||
|
$nodename:
|
||||||
|
const: '/'
|
||||||
|
compatible:
|
||||||
|
oneOf:
|
||||||
|
- items:
|
||||||
|
- const: sirf,atlas6-cb
|
||||||
|
- const: sirf,atlas6
|
||||||
|
- items:
|
||||||
|
- const: sirf,atlas7-cb
|
||||||
|
- const: sirf,atlas7
|
||||||
|
- items:
|
||||||
|
- const: sirf,prima2-cb
|
||||||
|
- const: sirf,prima2
|
||||||
|
...
|
Loading…
Reference in New Issue
Block a user