Skip to content

Commit c72762e

Browse files
Upsylonbarerobherring
authored andcommitted
schemas: add SDRAM consumer
Add a new SDRAM consumer bindings. Some peripherals may need to reference SDRAM channel, create the "memory-channel" to allow it. Signed-off-by: Clément Le Goffic <[email protected]>
1 parent d6be030 commit c72762e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# SPDX-License-Identifier: BSD-2-Clause
2+
# Copyright Clément Le Goffic <[email protected]>
3+
%YAML 1.2
4+
---
5+
$id: http://devicetree.org/schemas/sdram/sdram-consumer.yaml#
6+
$schema: http://devicetree.org/meta-schemas/core.yaml#
7+
8+
title: SDRAM channel consumer properties
9+
10+
maintainers:
11+
- Clément Le Goffic <[email protected]>
12+
13+
select: true
14+
15+
properties:
16+
memory-channel:
17+
$ref: /schemas/types.yaml#/definitions/phandle
18+
description:
19+
Phandle to a memory channel node. This property references a node that
20+
represents a SDRAM channel.
21+
22+
additionalProperties: true

0 commit comments

Comments
 (0)