1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-C 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/nvmem/mxs-o 4 $id: http://devicetree.org/schemas/nvmem/mxs-ocotp.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: On-Chip OTP Memory for Freescale i.MX23 7 title: On-Chip OTP Memory for Freescale i.MX23/i.MX28 8 8 9 maintainers: 9 maintainers: 10 - Shawn Guo <shawnguo@kernel.org> 10 - Shawn Guo <shawnguo@kernel.org> 11 - Sascha Hauer <s.hauer@pengutronix.de> 11 - Sascha Hauer <s.hauer@pengutronix.de> 12 - Fabio Estevam <festevam@gmail.com> 12 - Fabio Estevam <festevam@gmail.com> 13 13 14 allOf: 14 allOf: 15 - $ref: nvmem.yaml# 15 - $ref: nvmem.yaml# 16 - $ref: nvmem-deprecated-cells.yaml# 16 - $ref: nvmem-deprecated-cells.yaml# 17 17 18 properties: 18 properties: 19 compatible: 19 compatible: 20 items: 20 items: 21 - enum: 21 - enum: 22 - fsl,imx23-ocotp 22 - fsl,imx23-ocotp 23 - fsl,imx28-ocotp 23 - fsl,imx28-ocotp 24 - const: fsl,ocotp 24 - const: fsl,ocotp 25 25 26 reg: 26 reg: 27 maxItems: 1 27 maxItems: 1 28 28 29 clocks: 29 clocks: 30 maxItems: 1 30 maxItems: 1 31 31 32 required: 32 required: 33 - compatible 33 - compatible 34 - reg 34 - reg 35 - clocks 35 - clocks 36 36 37 unevaluatedProperties: false 37 unevaluatedProperties: false 38 38 39 examples: 39 examples: 40 - | 40 - | 41 ocotp: efuse@8002c000 { 41 ocotp: efuse@8002c000 { 42 compatible = "fsl,imx28-ocotp", "fsl,o 42 compatible = "fsl,imx28-ocotp", "fsl,ocotp"; 43 #address-cells = <1>; 43 #address-cells = <1>; 44 #size-cells = <1>; 44 #size-cells = <1>; 45 reg = <0x8002c000 0x2000>; 45 reg = <0x8002c000 0x2000>; 46 clocks = <&clks 25>; 46 clocks = <&clks 25>; 47 }; 47 }; 48 48 49 ... 49 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.