mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 23:03:06 +00:00
b48c9cc972
Github is super gay like T3Q.
19 lines
289 B
Plaintext
19 lines
289 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include <dt-bindings/reset/raspberrypi,firmware-reset.h>
|
|
|
|
/ {
|
|
compatible = "brcm,bcm2711";
|
|
|
|
fragment@0 {
|
|
target-path = "pcie0/pci@0,0";
|
|
__overlay__ {
|
|
usb@0,0 {
|
|
reg = <0 0 0 0 0>;
|
|
resets = <&reset RASPBERRYPI_FIRMWARE_RESET_ID_USB>;
|
|
};
|
|
};
|
|
};
|
|
};
|