Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/Documentation/devicetree/bindings/arm/axis.yaml
29281 views
1
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2
%YAML 1.2
3
---
4
$id: http://devicetree.org/schemas/arm/axis.yaml#
5
$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7
title: Axis ARTPEC platforms
8
9
maintainers:
10
- Jesper Nilsson <jesper.nilsson@axis.com>
11
- Lars Persson <lars.persson@axis.com>
12
- linux-arm-kernel@axis.com
13
14
description: |
15
ARM platforms using SoCs designed by Axis branded as "ARTPEC".
16
17
properties:
18
$nodename:
19
const: '/'
20
compatible:
21
oneOf:
22
- description: Axis ARTPEC-6 SoC board
23
items:
24
- enum:
25
- axis,artpec6-dev-board
26
- const: axis,artpec6
27
28
- description: Axis ARTPEC-8 SoC board
29
items:
30
- enum:
31
- axis,artpec8-grizzly
32
- const: axis,artpec8
33
34
additionalProperties: true
35
36
...
37
38