1d5b0e70fSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2d5b0e70fSEmmanuel Vadot%YAML 1.2 3d5b0e70fSEmmanuel Vadot--- 4d5b0e70fSEmmanuel Vadot$id: http://devicetree.org/schemas/memory-controllers/ingenic,nemc-peripherals.yaml# 5d5b0e70fSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6d5b0e70fSEmmanuel Vadot 7*8bab661aSEmmanuel Vadottitle: Ingenic SoCs NAND / External Memory Controller (NEMC) 8d5b0e70fSEmmanuel Vadot 9d5b0e70fSEmmanuel Vadotmaintainers: 10d5b0e70fSEmmanuel Vadot - Paul Cercueil <paul@crapouillou.net> 11d5b0e70fSEmmanuel Vadot 12d5b0e70fSEmmanuel Vadotproperties: 13d5b0e70fSEmmanuel Vadot reg: 14d5b0e70fSEmmanuel Vadot minItems: 1 15d5b0e70fSEmmanuel Vadot maxItems: 255 16d5b0e70fSEmmanuel Vadot 17d5b0e70fSEmmanuel Vadot ingenic,nemc-bus-width: 18d5b0e70fSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 19d5b0e70fSEmmanuel Vadot enum: [8, 16] 20d5b0e70fSEmmanuel Vadot description: Specifies the bus width in bits. 21d5b0e70fSEmmanuel Vadot 22d5b0e70fSEmmanuel Vadot ingenic,nemc-tAS: 23d5b0e70fSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 24d5b0e70fSEmmanuel Vadot description: Address setup time in nanoseconds. 25d5b0e70fSEmmanuel Vadot 26d5b0e70fSEmmanuel Vadot ingenic,nemc-tAH: 27d5b0e70fSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 28d5b0e70fSEmmanuel Vadot description: Address hold time in nanoseconds. 29d5b0e70fSEmmanuel Vadot 30d5b0e70fSEmmanuel Vadot ingenic,nemc-tBP: 31d5b0e70fSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 32d5b0e70fSEmmanuel Vadot description: Burst pitch time in nanoseconds. 33d5b0e70fSEmmanuel Vadot 34d5b0e70fSEmmanuel Vadot ingenic,nemc-tAW: 35d5b0e70fSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 36d5b0e70fSEmmanuel Vadot description: Address wait time in nanoseconds. 37d5b0e70fSEmmanuel Vadot 38d5b0e70fSEmmanuel Vadot ingenic,nemc-tSTRV: 39d5b0e70fSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 40d5b0e70fSEmmanuel Vadot description: Static memory recovery time in nanoseconds. 41d5b0e70fSEmmanuel Vadot 42d5b0e70fSEmmanuel Vadotrequired: 43d5b0e70fSEmmanuel Vadot - reg 44d5b0e70fSEmmanuel Vadot 45d5b0e70fSEmmanuel VadotadditionalProperties: true 46d5b0e70fSEmmanuel Vadot... 47