mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
15 lines
176 B
Plaintext
15 lines
176 B
Plaintext
|
/dts-v1/;
|
||
|
/plugin/;
|
||
|
|
||
|
/ {
|
||
|
compatible = "brcm,bcm2835";
|
||
|
|
||
|
fragment@0 {
|
||
|
// Configure the gpio pin controller
|
||
|
target = <&gpio>;
|
||
|
__overlay__ {
|
||
|
interrupts;
|
||
|
};
|
||
|
};
|
||
|
};
|