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