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: nvmem-reboot-mode.txt
NVMEM reboot mode driver This driver gets reboot mode magic value from reboot-mode driver and stores it in a NVMEM cell named "reboot-mode". Then the bootloader can read it and take different action according to the magic value stored. Required properties: - compatible: should be "nvmem-reboot-mode". - nvmem-cells: A phandle to the reboot mode provided by a nvmem device. - nvmem-cell-names: Should be "reboot-mode". The rest of the properties should follow the generic reboot-mode description found in reboot-mode.txt Example: reboot-mode { compatible = "nvmem-reboot-mode"; nvmem-cells = <&reboot_mode>; nvmem-cell-names = "reboot-mode"; mode-normal = <0xAAAA5501>; mode-bootloader = <0xBBBB5500>; mode-recovery = <0xCCCC5502>; mode-test = <0xDDDD5503>; };
Upload File
Create Folder