Documentation/devicetree/bindings/powerpc/fsl/fsl,mpc83xx.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/powerpc/fsl/fsl,mpc83xx.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/powerpc/fsl/fsl,mpc83xx.yaml
Extension
.yaml
Size
2304 bytes
Lines
94
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/powerpc/fsl/fsl,mpc83xx.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Freescale PowerQUICC II Pro (MPC83xx) platforms

maintainers:
  - J. Neuschäfer <j.ne@posteo.net>

properties:
  $nodename:
    const: '/'
  compatible:
    oneOf:
      - description: MPC83xx Reference Design Boards
        items:
          - enum:
              - fsl,mpc8308rdb
              - fsl,mpc8315erdb
              - fsl,mpc8360rdk
              - fsl,mpc8377rdb
              - fsl,mpc8377wlan
              - fsl,mpc8378rdb
              - fsl,mpc8379rdb

      - description: MPC8313E Reference Design Board
        items:
          - const: MPC8313ERDB
          - const: MPC831xRDB
          - const: MPC83xxRDB

      - description: MPC8323E Reference Design Board
        items:
          - const: MPC8323ERDB
          - const: MPC832xRDB
          - const: MPC83xxRDB

      - description: MPC8349E-mITX(-GP) Reference Design Platform
        items:
          - enum:
              - MPC8349EMITX
              - MPC8349EMITXGP
          - const: MPC834xMITX
          - const: MPC83xxMITX

      - description: Keymile KMETER1 board
        const: keymile,KMETER1

      - description: MPC8308 P1M board
        const: denx,mpc8308_p1m

patternProperties:
  "^soc@.*$":
    type: object
    properties:
      compatible:
        oneOf:
          - items:
              - enum:
                  - fsl,mpc8315-immr
                  - fsl,mpc8308-immr
              - const: simple-bus
          - items:
              - const: fsl,mpc8360-immr
              - const: fsl,immr
              - const: fsl,soc
              - const: simple-bus
          - const: simple-bus

Annotation

Implementation Notes