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