• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2- '#address-cells': [[0x1]]
3  '#size-cells': [[0x0]]
4  subnode@1:
5    compatible: ["subnode1"]
6    reg: [[0x1]]
7    int-array: [[0x0, 0x1], [0x2, 0x3]]
8    int8: [!u8 [0x56]]
9    int8-array: [!u8 [0x0, 0x12, 0x34, 0x56]]
10    int16: [!u16 [0x3210]]
11    int16-array: [!u16 [0x1234, 0x5678, 0x90ab, 0xcdef]]
12    int16-matrix: [!u16 [0x1234, 0x5678], [0x90ab, 0xcdef]]
13    int64: [!u64 [0x200000000]]
14    int64-array: [!u64 [0x100000000, 0x0]]
15    a-string-with-nulls: ["foo\0bar", "baz"]
16    subsubnode:
17      compatible: ["subsubnode1", "subsubnode"]
18      subsubsubnode:
19        compatible: ["subsubsubnode1", [0x1234], "subsubsubnode"]
20...
21