mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
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>;
|
|
};
|
|
};
|
|
};
|