You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
644 B
21 lines
644 B
6 years ago
|
---
|
||
|
- '#address-cells': [[0x1]]
|
||
|
'#size-cells': [[0x0]]
|
||
|
subnode@1:
|
||
|
compatible: ["subnode1"]
|
||
|
reg: [[0x1]]
|
||
|
int-array: [[0x0, 0x1], [0x2, 0x3]]
|
||
|
int8: [!u8 [0x56]]
|
||
|
int8-array: [!u8 [0x0, 0x12, 0x34, 0x56]]
|
||
|
int16: [!u16 [0x3210]]
|
||
|
int16-array: [!u16 [0x1234, 0x5678, 0x90ab, 0xcdef]]
|
||
|
int16-matrix: [!u16 [0x1234, 0x5678], [0x90ab, 0xcdef]]
|
||
|
int64: [!u64 [0x200000000]]
|
||
|
int64-array: [!u64 [0x100000000, 0x0]]
|
||
|
a-string-with-nulls: ["foo\0bar", "baz"]
|
||
|
subsubnode:
|
||
|
compatible: ["subsubnode1", "subsubnode"]
|
||
|
subsubsubnode:
|
||
|
compatible: ["subsubsubnode1", [0x1234], "subsubsubnode"]
|
||
|
...
|