Lines Matching +full:1 +full:- +full:cell
2 # SPDX-License-Identifier: Apache-2.0
6 64-byte area with 2-byte prefix and 1-byte checksum with 61 usable bytes
10 compatible = "zephyr,memory-region", "mmio-sram";
12 zephyr,memory-region = "RetainedMem";
16 compatible = "zephyr,retained-ram";
18 #address-cells = <1>;
19 #size-cells = <1>;
26 checksum = <1>;
36 "#address-cells":
37 const: 1
39 Address reg cell is for the offset of the area in parent node, can be
43 "#size-cells":
44 const: 1
46 Size reg cell is for the size of the area, which includes sizes of
57 type: uint8-array
63 data size). Value is size in bytes (0 for none, 1 for 8-bit CRC, 2 for
64 16-bit CRC, 4 for 32-bit CRC). Default is to not use a checksum.