xref: /openbmc/linux/Documentation/devicetree/bindings/bus/mti,mips-cdmm.yaml (revision 26721b02)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/bus/mti,mips-cdmm.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: MIPS Common Device Memory Map
8
9description: |
10  Defines a location of the MIPS Common Device Memory Map registers.
11
12maintainers:
13  - James Hogan <jhogan@kernel.org>
14
15properties:
16  compatible:
17    const: mti,mips-cdmm
18
19  reg:
20    description: |
21      Base address and size of an unoccupied memory region, which will be
22      used to map the MIPS CDMM registers block.
23    maxItems: 1
24
25required:
26  - compatible
27  - reg
28
29examples:
30  - |
31    cdmm@1bde8000 {
32      compatible = "mti,mips-cdmm";
33      reg = <0x1bde8000 0x8000>;
34    };
35...
36

served by {OpenGrok

Last Index Update: Sat May 03 03:01:14 CDT 2025