3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 10:15:54 +00:00
Brooklyn/arch/arm/boot/dts/overlays/vl805-overlay.dts
2022-04-02 18:06:56 +05:00

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>;
};
};
};
};