qemu/dtc/tests/reg-without-unit-addr.dts

11 lines
89 B
Plaintext

/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
node {
reg = <0 1>;
};
};