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