brintos

brintos / linux-shallow public Read only

0
0
Text · 962 B · 82fc5f4 Raw
32 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---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 Nodes8 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 node15  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 for17  configuring the WEIM settings/timings and will accompany the bindings18  supported by the respective device.19 20properties:21  reg: true22 23  fsl,weim-cs-timing:24    $ref: /schemas/types.yaml#/definitions/uint32-array25    description:26      Timing values for the child node.27    minItems: 228    maxItems: 629 30# the WEIM child will have its own native properties31additionalProperties: true32