1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/sram/sram-consumer.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: SRAM Consumers 8 9maintainers: 10 - Rob Herring <robh@kernel.org> 11 12select: true 13 14properties: 15 sram: 16 description: 17 Phandles to one or more reserved on-chip SRAM regions. The regions 18 should be defined as child nodes of the respective SRAM node, and 19 should be defined as per the generic bindings in, 20 Documentation/devicetree/bindings/sram/sram.yaml 21 $ref: /schemas/types.yaml#/definitions/phandle-array 22 items: 23 maxItems: 1 24 25additionalProperties: true 26... 27