mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-04 18:49:41 +00:00

The Devicetree bindings document does not have to say in the title that it is a "Devicetree binding", but instead just describe the hardware. Drop trailing "Devicetree bindings" in various forms (also with trailing full stop): find Documentation/devicetree/bindings/ -type f -name '*.yaml' \ -not -name 'trivial-devices.yaml' \ -exec sed -i -e 's/^title: \(.*\) [dD]evice[ -]\?[tT]ree [bB]indings\?\.\?$/title: \1/' {} \; find Documentation/devicetree/bindings/ -type f -name '*.yaml' \ -not -name 'trivial-devices.yaml' \ -exec sed -i -e 's/^title: \(.*\) [dD]evice[ -]\?[nN]ode [bB]indings\?\.\?$/title: \1/' {} \; find Documentation/devicetree/bindings/ -type f -name '*.yaml' \ -not -name 'trivial-devices.yaml' \ -exec sed -i -e 's/^title: \(.*\) [dD][tT] [bB]indings\?\.\?$/title: \1/' {} \; Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> # IIO Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Acked-by: Ulf Hansson <ulf.hansson@linaro.org> # MMC Acked-by: Stephen Boyd <sboyd@kernel.org> # clk Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> # input Acked-by: Mark Brown <broonie@kernel.org> Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> # media Acked-by: Sebastian Reichel <sre@kernel.org> # power Link: https://lore.kernel.org/r/20221216163815.522628-5-krzysztof.kozlowski@linaro.org Signed-off-by: Rob Herring <robh@kernel.org>
84 lines
2.1 KiB
YAML
84 lines
2.1 KiB
YAML
# SPDX-License-Identifier: GPL-2.0
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/bcm/brcm,nsp.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Broadcom Northstar Plus
|
|
|
|
description:
|
|
Broadcom Northstar Plus family of SoCs are used for switching control
|
|
and management applications as well as residential router/gateway
|
|
applications. The SoC features dual core Cortex A9 ARM CPUs, integrating
|
|
several peripheral interfaces including multiple Gigabit Ethernet PHYs,
|
|
DDR3 memory, PCIE Gen-2, USB 2.0 and USB 3.0, serial and NAND flash,
|
|
SATA and several other IO controllers.
|
|
|
|
maintainers:
|
|
- Ray Jui <rjui@broadcom.com>
|
|
- Scott Branden <sbranden@broadcom.com>
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
- description: BCM58522 based boards
|
|
items:
|
|
- enum:
|
|
- brcm,bcm958522er
|
|
- const: brcm,bcm58522
|
|
- const: brcm,nsp
|
|
|
|
- description: BCM58525 based boards
|
|
items:
|
|
- enum:
|
|
- brcm,bcm958525er
|
|
- brcm,bcm958525xmc
|
|
- const: brcm,bcm58525
|
|
- const: brcm,nsp
|
|
|
|
- description: BCM58535 based boards
|
|
items:
|
|
- const: brcm,bcm58535
|
|
- const: brcm,nsp
|
|
|
|
- description: BCM58622 based boards
|
|
items:
|
|
- enum:
|
|
- brcm,bcm958622hr
|
|
- const: brcm,bcm58622
|
|
- const: brcm,nsp
|
|
|
|
- description: BCM58623 based boards
|
|
items:
|
|
- enum:
|
|
- brcm,bcm958623hr
|
|
- const: brcm,bcm58623
|
|
- const: brcm,nsp
|
|
|
|
- description: BCM58625 based boards
|
|
items:
|
|
- enum:
|
|
- brcm,bcm958625hr
|
|
- brcm,bcm958625k
|
|
- meraki,mx64
|
|
- meraki,mx64-a0
|
|
- meraki,mx64w
|
|
- meraki,mx64w-a0
|
|
- meraki,mx65
|
|
- meraki,mx65w
|
|
- const: brcm,bcm58625
|
|
- const: brcm,nsp
|
|
|
|
- description: BCM88312 based boards
|
|
items:
|
|
- enum:
|
|
- brcm,bcm988312hr
|
|
- const: brcm,bcm88312
|
|
- const: brcm,nsp
|
|
|
|
additionalProperties: true
|
|
|
|
...
|