Path: blob/master/Documentation/devicetree/bindings/bus/mti,mips-cdmm.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/bus/mti,mips-cdmm.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: MIPS Common Device Memory Map78description: |9Defines a location of the MIPS Common Device Memory Map registers.1011maintainers:12- James Hogan <jhogan@kernel.org>1314properties:15compatible:16const: mti,mips-cdmm1718reg:19description: |20Base address and size of an unoccupied memory region, which will be21used to map the MIPS CDMM registers block.22maxItems: 12324required:25- compatible26- reg2728additionalProperties: false2930examples:31- |32cdmm@1bde8000 {33compatible = "mti,mips-cdmm";34reg = <0x1bde8000 0x8000>;35};36...373839