mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
15 lines
172 B
Plaintext
15 lines
172 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/{
|
|
compatible = "brcm,bcm2835";
|
|
|
|
fragment@0 {
|
|
target = <&usb>;
|
|
__overlay__ {
|
|
compatible = "brcm,bcm2708-usb";
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|