xref: /linux/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,imx-weim-peripherals.yaml (revision b228ab57e51b62663a80ca820c87ba2650583f08)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/memory-controllers/fsl/fsl,imx-weim-peripherals.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: i.MX WEIM Bus Peripheral Nodes
8
9maintainers:
10  - Shawn Guo <shawnguo@kernel.org>
11  - Sascha Hauer <s.hauer@pengutronix.de>
12
13description:
14  This binding is meant for the child nodes of the WEIM node. The node
15  represents any device connected to the WEIM bus. It may be a Flash chip,
16  RAM chip or Ethernet controller, etc. These properties are meant for
17  configuring the WEIM settings/timings and will accompany the bindings
18  supported by the respective device.
19
20properties:
21  reg: true
22
23  fsl,weim-cs-timing:
24    $ref: /schemas/types.yaml#/definitions/uint32-array
25    description:
26      Timing values for the child node.
27    minItems: 2
28    maxItems: 6
29
30# the WEIM child will have its own native properties
31additionalProperties: true
32