003 File Manager
Current Path:
/usr/src/sys/contrib/device-tree/Bindings/power/reset
usr
/
src
/
sys
/
contrib
/
device-tree
/
Bindings
/
power
/
reset
/
📁
..
📄
axxia-reset.txt
(444 B)
📄
brcm,bcm21664-resetmgr.txt
(328 B)
📄
gemini-poweroff.txt
(531 B)
📄
gpio-poweroff.txt
(1.81 KB)
📄
gpio-restart.txt
(2.33 KB)
📄
keystone-reset.txt
(2.01 KB)
📄
ltc2952-poweroff.txt
(951 B)
📄
msm-poweroff.txt
(433 B)
📄
mt6323-poweroff.txt
(531 B)
📄
nvmem-reboot-mode.txt
(794 B)
📄
ocelot-reset.txt
(290 B)
📄
qcom,pon.txt
(1.11 KB)
📄
qnap-poweroff.txt
(535 B)
📄
reboot-mode.txt
(1.06 KB)
📄
restart-poweroff.txt
(246 B)
📄
st-reset.txt
(270 B)
📄
syscon-poweroff.yaml
(1.54 KB)
📄
syscon-reboot-mode.yaml
(1.53 KB)
📄
syscon-reboot.yaml
(1.87 KB)
📄
xlnx,zynqmp-power.txt
(1.83 KB)
Editing: syscon-reboot-mode.yaml
# SPDX-License-Identifier: GPL-2.0-only %YAML 1.2 --- $id: http://devicetree.org/schemas/power/reset/syscon-reboot-mode.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Generic SYSCON reboot mode driver maintainers: - Sebastian Reichel <sre@kernel.org> description: | This driver gets reboot mode magic value from reboot-mode driver and stores it in a SYSCON mapped register. Then the bootloader can read it and take different action according to the magic value stored. The SYSCON mapped register is retrieved from the parental dt-node plus the offset. So the SYSCON reboot-mode node should be represented as a sub-node of a "syscon", "simple-mfd" node. properties: compatible: const: syscon-reboot-mode mask: $ref: /schemas/types.yaml#/definitions/uint32 description: Update only the register bits defined by the mask (32 bit) offset: $ref: /schemas/types.yaml#/definitions/uint32 description: Offset in the register map for the mode register (in bytes) patternProperties: "^mode-.+": $ref: /schemas/types.yaml#/definitions/uint32 description: Vendor-specific mode value written to the mode register additionalProperties: false required: - compatible - offset examples: - | #include <dt-bindings/soc/rockchip,boot-mode.h> reboot-mode { compatible = "syscon-reboot-mode"; offset = <0x40>; mode-normal = <BOOT_NORMAL>; mode-recovery = <BOOT_RECOVERY>; mode-bootloader = <BOOT_FASTBOOT>; mode-loader = <BOOT_BL_DOWNLOAD>; }; ...
Upload File
Create Folder