denali,nand.yaml (2b703bbda2713fd2a7d98029ea6c44f9c3159f34) | denali,nand.yaml (9f60a65bc5e6cd882120d8477cc7bec065887e3d) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/mtd/denali,nand.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Denali NAND controller 8 --- 40 unchanged lines hidden (view full) --- 49 50 reset-names: 51 description: | 52 There are two optional resets: 53 nand: controller core reset 54 reg: register reset 55 oneOf: 56 - items: | 1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/mtd/denali,nand.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Denali NAND controller 8 --- 40 unchanged lines hidden (view full) --- 49 50 reset-names: 51 description: | 52 There are two optional resets: 53 nand: controller core reset 54 reg: register reset 55 oneOf: 56 - items: |
57 - const: nand 58 - const: reg | 57 - const: nand 58 - const: reg |
59 - const: nand 60 - const: reg 61 62 resets: 63 minItems: 1 64 maxItems: 2 65 66allOf: --- 82 unchanged lines hidden --- | 59 - const: nand 60 - const: reg 61 62 resets: 63 minItems: 1 64 maxItems: 2 65 66allOf: --- 82 unchanged lines hidden --- |