Lines Matching +full:master +full:- +full:access +full:- +full:mask
1 # Copyright 2022-2024 NXP
2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "nxp,s32-swt"
20 master-access-mask:
24 Each bit set on this mask enables access to this watchdog for the platform
25 bus master corresponding to the bit. The platform bus master assignments
26 are chip-specific.
27 Defaults to access enabled for all masters (hardware reset value).
29 reset-on-invalid-access:
32 Set this flag to generate a reset on respond to an invalid access.
34 service-mode:
38 - "fixed"
39 - "keyed"
42 - fixed: writes a fixed sequence as defined by hardware.
43 - keyed: writes two pseudo-random key values based on an initial key.
46 initial-key:
53 lock-mode:
57 - "unlocked"
58 - "soft-lock"
59 - "hard-lock"
61 Lock mechanism that provides write access protection to the configuration
63 - unlocked: registers are always writable.
64 - soft: unlocked by writing an unlock sequence to the service register.
65 - hard: unlocked only after a reset.