forked from Qortal/Brooklyn
15 lines
196 B
Plaintext
15 lines
196 B
Plaintext
|
/dts-v1/;
|
||
|
/plugin/;
|
||
|
|
||
|
/ {
|
||
|
compatible = "brcm,bcm2835";
|
||
|
|
||
|
fragment@0 {
|
||
|
// Configure the gpio pin controller
|
||
|
target = <&gpio>;
|
||
|
__overlay__ {
|
||
|
interrupts = <255 255>, <2 18>;
|
||
|
};
|
||
|
};
|
||
|
};
|