1 # SPDX-License-Identifier: GPL-2.0-only OR BSD 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/reset/socio 4 $id: http://devicetree.org/schemas/reset/socionext,uniphier-reset.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: UniPhier reset controller 7 title: UniPhier reset controller 8 8 9 maintainers: 9 maintainers: 10 - Masahiro Yamada <yamada.masahiro@socionext. 10 - Masahiro Yamada <yamada.masahiro@socionext.com> 11 11 12 properties: 12 properties: 13 compatible: 13 compatible: 14 oneOf: 14 oneOf: 15 - description: System reset 15 - description: System reset 16 enum: 16 enum: 17 - socionext,uniphier-ld4-reset 17 - socionext,uniphier-ld4-reset 18 - socionext,uniphier-pro4-reset 18 - socionext,uniphier-pro4-reset 19 - socionext,uniphier-sld8-reset 19 - socionext,uniphier-sld8-reset 20 - socionext,uniphier-pro5-reset 20 - socionext,uniphier-pro5-reset 21 - socionext,uniphier-pxs2-reset 21 - socionext,uniphier-pxs2-reset 22 - socionext,uniphier-ld6b-reset 22 - socionext,uniphier-ld6b-reset 23 - socionext,uniphier-ld11-reset 23 - socionext,uniphier-ld11-reset 24 - socionext,uniphier-ld20-reset 24 - socionext,uniphier-ld20-reset 25 - socionext,uniphier-pxs3-reset 25 - socionext,uniphier-pxs3-reset 26 - socionext,uniphier-nx1-reset << 27 - description: Media I/O (MIO) reset, SD 26 - description: Media I/O (MIO) reset, SD reset 28 enum: 27 enum: 29 - socionext,uniphier-ld4-mio-reset 28 - socionext,uniphier-ld4-mio-reset 30 - socionext,uniphier-pro4-mio-reset 29 - socionext,uniphier-pro4-mio-reset 31 - socionext,uniphier-sld8-mio-reset 30 - socionext,uniphier-sld8-mio-reset 32 - socionext,uniphier-pro5-sd-reset 31 - socionext,uniphier-pro5-sd-reset 33 - socionext,uniphier-pxs2-sd-reset 32 - socionext,uniphier-pxs2-sd-reset 34 - socionext,uniphier-ld11-mio-reset 33 - socionext,uniphier-ld11-mio-reset 35 - socionext,uniphier-ld11-sd-reset 34 - socionext,uniphier-ld11-sd-reset 36 - socionext,uniphier-ld20-sd-reset 35 - socionext,uniphier-ld20-sd-reset 37 - socionext,uniphier-pxs3-sd-reset 36 - socionext,uniphier-pxs3-sd-reset 38 - socionext,uniphier-nx1-sd-reset << 39 - description: Peripheral reset 37 - description: Peripheral reset 40 enum: 38 enum: 41 - socionext,uniphier-ld4-peri-reset 39 - socionext,uniphier-ld4-peri-reset 42 - socionext,uniphier-pro4-peri-reset 40 - socionext,uniphier-pro4-peri-reset 43 - socionext,uniphier-sld8-peri-reset 41 - socionext,uniphier-sld8-peri-reset 44 - socionext,uniphier-pro5-peri-reset 42 - socionext,uniphier-pro5-peri-reset 45 - socionext,uniphier-pxs2-peri-reset 43 - socionext,uniphier-pxs2-peri-reset 46 - socionext,uniphier-ld11-peri-reset 44 - socionext,uniphier-ld11-peri-reset 47 - socionext,uniphier-ld20-peri-reset 45 - socionext,uniphier-ld20-peri-reset 48 - socionext,uniphier-pxs3-peri-reset 46 - socionext,uniphier-pxs3-peri-reset 49 - socionext,uniphier-nx1-peri-reset << 50 - description: Analog signal amplifier r 47 - description: Analog signal amplifier reset 51 enum: 48 enum: 52 - socionext,uniphier-ld11-adamv-rese 49 - socionext,uniphier-ld11-adamv-reset 53 - socionext,uniphier-ld20-adamv-rese 50 - socionext,uniphier-ld20-adamv-reset 54 51 55 "#reset-cells": 52 "#reset-cells": 56 const: 1 53 const: 1 57 54 58 resets: << 59 maxItems: 1 << 60 << 61 additionalProperties: false 55 additionalProperties: false 62 56 63 required: 57 required: 64 - compatible 58 - compatible 65 - "#reset-cells" 59 - "#reset-cells" 66 60 67 examples: 61 examples: 68 - | 62 - | 69 reset-controller { !! 63 sysctrl@61840000 { 70 compatible = "socionext,uniphier-ld11- !! 64 compatible = "socionext,uniphier-sysctrl", "simple-mfd", "syscon"; 71 #reset-cells = <1>; !! 65 reg = <0x61840000 0x4000>; >> 66 >> 67 reset { >> 68 compatible = "socionext,uniphier-ld11-reset"; >> 69 #reset-cells = <1>; >> 70 }; >> 71 >> 72 // other nodes ... >> 73 }; >> 74 >> 75 - | >> 76 mioctrl@59810000 { >> 77 compatible = "socionext,uniphier-mioctrl", "simple-mfd", "syscon"; >> 78 reg = <0x59810000 0x800>; >> 79 >> 80 reset { >> 81 compatible = "socionext,uniphier-ld11-mio-reset"; >> 82 #reset-cells = <1>; >> 83 }; >> 84 >> 85 // other nodes ... >> 86 }; >> 87 >> 88 - | >> 89 perictrl@59820000 { >> 90 compatible = "socionext,uniphier-perictrl", "simple-mfd", "syscon"; >> 91 reg = <0x59820000 0x200>; >> 92 >> 93 reset { >> 94 compatible = "socionext,uniphier-ld11-peri-reset"; >> 95 #reset-cells = <1>; >> 96 }; >> 97 >> 98 // other nodes ... >> 99 }; >> 100 >> 101 - | >> 102 adamv@57920000 { >> 103 compatible = "socionext,uniphier-ld11-adamv", "simple-mfd", "syscon"; >> 104 reg = <0x57920000 0x1000>; >> 105 >> 106 reset { >> 107 compatible = "socionext,uniphier-ld11-adamv-reset"; >> 108 #reset-cells = <1>; >> 109 }; >> 110 >> 111 // other nodes ... 72 }; 112 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.