The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/arm/marvell/armada-7k-8k.yaml

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # SPDX-License-Identifier: (GPL-2.0+ OR X11)
    2 %YAML 1.2
    3 ---
    4 $id: http://devicetree.org/schemas/arm/marvell/armada-7k-8k.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: Marvell Armada 7K/8K Platforms Device Tree Bindings
    8 
    9 maintainers:
   10   - Gregory CLEMENT <gregory.clement@bootlin.com>
   11 
   12 properties:
   13   $nodename:
   14     const: '/'
   15   compatible:
   16     oneOf:
   17 
   18       - description: Armada 7020 SoC
   19         items:
   20           - const: marvell,armada7020
   21           - const: marvell,armada-ap806-dual
   22           - const: marvell,armada-ap806
   23 
   24       - description: Armada 7040 SoC
   25         items:
   26           - const: marvell,armada7040
   27           - const: marvell,armada-ap806-quad
   28           - const: marvell,armada-ap806
   29 
   30       - description: Armada 8020 SoC
   31         items:
   32           - const: marvell,armada8020
   33           - const: marvell,armada-ap806-dual
   34           - const: marvell,armada-ap806
   35 
   36       - description: Armada 8040 SoC
   37         items:
   38           - const: marvell,armada8040
   39           - const: marvell,armada-ap806-quad
   40           - const: marvell,armada-ap806
   41 
   42       - description: Armada CN9130 SoC with no external CP
   43         items:
   44           - const: marvell,cn9130
   45           - const: marvell,armada-ap807-quad
   46           - const: marvell,armada-ap807
   47 
   48       - description: Armada CN9131 SoC with one external CP
   49         items:
   50           - const: marvell,cn9131
   51           - const: marvell,cn9130
   52           - const: marvell,armada-ap807-quad
   53           - const: marvell,armada-ap807
   54 
   55       - description: Armada CN9132 SoC with two external CPs
   56         items:
   57           - const: marvell,cn9132
   58           - const: marvell,cn9131
   59           - const: marvell,cn9130
   60           - const: marvell,armada-ap807-quad
   61           - const: marvell,armada-ap807
   62 
   63 additionalProperties: true

Cache object: bb0c84b0ed3885bbd2a34b6c5355b6fb


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.