mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
Add a string property check for 'label' property. 'label' is a human readable string typically used to identify connectors or ports on devices. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
8 lines
117 B
Text
8 lines
117 B
Text
/dts-v1/;
|
|
|
|
/ {
|
|
device_type = <0xdeadbeef>;
|
|
model = <0xdeadbeef>;
|
|
status = <0xdeadbeef>;
|
|
label = <0xdeadbeef>;
|
|
};
|