mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +00:00

Add device tree bindings for the Cirrus Logic EP93xx SoC. Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me> Tested-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Miquel Raynal <miquel.raynal@bootlin.com> Acked-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/cirrus/cirrus,ep9301.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Cirrus Logic EP93xx platforms
|
|
|
|
description:
|
|
The EP93xx SoC is a ARMv4T-based with 200 MHz ARM9 CPU.
|
|
|
|
maintainers:
|
|
- Alexander Sverdlin <alexander.sverdlin@gmail.com>
|
|
- Nikita Shubin <nikita.shubin@maquefel.me>
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
- description: The TS-7250 is a compact, full-featured Single Board
|
|
Computer (SBC) based upon the Cirrus EP9302 ARM9 CPU
|
|
items:
|
|
- const: technologic,ts7250
|
|
- const: cirrus,ep9301
|
|
|
|
- description: The Liebherr BK3 is a derivate from ts7250 board
|
|
items:
|
|
- const: liebherr,bk3
|
|
- const: cirrus,ep9301
|
|
|
|
- description: EDB302 is an evaluation board by Cirrus Logic,
|
|
based on a Cirrus Logic EP9302 CPU
|
|
items:
|
|
- const: cirrus,edb9302
|
|
- const: cirrus,ep9301
|
|
|
|
additionalProperties: true
|