xref: /linux/Documentation/devicetree/bindings/arm/cirrus/cirrus,ep9301.yaml (revision 3fd6c59042dbba50391e30862beac979491145fe)
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/cirrus/cirrus,ep9301.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Cirrus Logic EP93xx platforms
8
9description:
10  The EP93xx SoC is a ARMv4T-based with 200 MHz ARM9 CPU.
11
12maintainers:
13  - Alexander Sverdlin <alexander.sverdlin@gmail.com>
14  - Nikita Shubin <nikita.shubin@maquefel.me>
15
16properties:
17  $nodename:
18    const: '/'
19  compatible:
20    oneOf:
21      - description: The TS-7250 is a compact, full-featured Single Board
22          Computer (SBC) based upon the Cirrus EP9302 ARM9 CPU
23        items:
24          - const: technologic,ts7250
25          - const: cirrus,ep9301
26
27      - description: The Liebherr BK3 is a derivate from ts7250 board
28        items:
29          - const: liebherr,bk3
30          - const: cirrus,ep9301
31
32      - description: EDB302 is an evaluation board by Cirrus Logic,
33          based on a Cirrus Logic EP9302 CPU
34        items:
35          - const: cirrus,edb9302
36          - const: cirrus,ep9301
37
38additionalProperties: true
39