mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
b0a2fbd2a6
Adds welltech,epbx100 as a valid intel-ixp4xx board. Link: https://lore.kernel.org/r/20210504193457.4008384-5-clabbe@baylibre.com Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Olof Johansson <olof@lixom.net>
28 lines
583 B
YAML
28 lines
583 B
YAML
# SPDX-License-Identifier: GPL-2.0
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/intel-ixp4xx.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Intel IXP4xx Device Tree Bindings
|
|
|
|
maintainers:
|
|
- Linus Walleij <linus.walleij@linaro.org>
|
|
|
|
properties:
|
|
$nodename:
|
|
const: "/"
|
|
compatible:
|
|
oneOf:
|
|
- items:
|
|
- enum:
|
|
- linksys,nslu2
|
|
- welltech,epbx100
|
|
- const: intel,ixp42x
|
|
- items:
|
|
- enum:
|
|
- gateworks,gw2358
|
|
- const: intel,ixp43x
|
|
|
|
additionalProperties: true
|