Lines Matching +full:nvmem +full:- +full:cells +full:- +full:names
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/power/reset/nvmem-reboot-mode.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic NVMEM reboot mode
10 - Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
13 This driver gets the reboot mode magic value from the reboot-mode driver
14 and stores it in the NVMEM cell named "reboot-mode". The bootloader can
19 const: nvmem-reboot-mode
21 nvmem-cells:
23 A phandle pointing to the nvmem-cells node where the vendor-specific
27 nvmem-cell-names:
29 - const: reboot-mode
32 "^mode-.+":
34 description: Vendor-specific mode value written to the mode register
37 - compatible
38 - nvmem-cells
39 - nvmem-cell-names
44 - |
45 reboot-mode {
46 compatible = "nvmem-reboot-mode";
47 nvmem-cells = <&reboot_reason>;
48 nvmem-cell-names = "reboot-mode";
49 mode-recovery = <0x01>;
50 mode-bootloader = <0x02>;