a31e3ef83b
Some properties may contain multiple values, these values may need to be added to the property respectively. this patch provides this functionality. The main purpose of fdt_append_prop() is to append the values to a existing property, or create a new property if it dose not exist. Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
7 lines
154 B
Text
7 lines
154 B
Text
/dts-v1/;
|
|
|
|
/ {
|
|
prop-str = "hello world", "nastystring: \a\b\t\n\v\f\r\\\"";
|
|
prop-int = <0xdeadbeef 123456789>;
|
|
prop-bytes = [00010203040001020304];
|
|
};
|