Lines Matching +full:reboot +full:- +full:offset
1 Broadcom BCM63138 DSL System-on-a-Chip device tree bindings
2 -----------------------------------------------------------
4 Boards compatible with the BCM63138 DSL System-on-a-Chip should have the
13 defined in reset/brcm,bcm63138-pmb.txt for this secondary CPU, and an
14 'enable-method' property.
17 - compatible: should be "brcm,bcm63138-bootlut"
18 - reg: register base address and length for the Boot Lookup table
21 - enable-method: should be "brcm,bcm63138"
24 - enable-method: should be "brcm,bcm63138"
25 - resets: phandle to the relevant PMB controller, one integer indicating the internal
33 compatible = "arm,cortex-a9";
36 enable-method = "brcm,bcm63138";
40 compatible = "arm,cortex-a9";
43 enable-method = "brcm,bcm63138";
49 compatible = "brcm,bcm63138-bootlut";
54 reboot
55 ------
56 Two nodes are required for software reboot: a timer node and a syscon-reboot node.
60 - compatible: Must be "brcm,bcm6328-timer", "syscon"
61 - reg: Register base address and length
63 Syscon reboot node:
65 See Documentation/devicetree/bindings/power/reset/syscon-reboot.yaml for the
67 BCM6328-style timer:
69 - offset: Should be 0x34 to denote the offset of the TIMER_WD_TIMER_RESET register
71 - mask: Should be 1 for the SoftRst bit.
76 compatible = "brcm,bcm6328-timer", "syscon";
80 reboot {
81 compatible = "syscon-reboot";
83 offset = <0x34>;