mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
cf7e48dad1
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>
28 lines
615 B
YAML
28 lines
615 B
YAML
# 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
|
|
...
|