mirror of https://gitlab.com/qemu-project/dtc.git
13 lines
132 B
Plaintext
13 lines
132 B
Plaintext
![]() |
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
gpio: gpio-controller {
|
||
|
#gpio-cells = <3>;
|
||
|
};
|
||
|
|
||
|
node {
|
||
|
foo,nr-gpios = <1>;
|
||
|
foo-gpios = <&gpio 1 2 3>;
|
||
|
};
|
||
|
};
|