mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-07 13:45:07 -05:00
With this patch the following property assignment:
property = <0x12345678 'a' '\r' 100>;
is equivalent to:
property = <0x12345678 0x00000061 0x0000000D 0x00000064>
Signed-off-by: Anton Staaf <robotboy@chromium.org>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
5 lines
69 B
Text
5 lines
69 B
Text
/dts-v1/;
|
|
|
|
/ {
|
|
char-literal-cells = <'\r' 'b' '\0' '\'' '\xff'>;
|
|
};
|