3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 23:03:06 +00:00
Brooklyn/arch/arm/boot/dts/overlays/vl805-overlay.dts
Raziel K. Crowe b48c9cc972 Second batch of augmented kernel
Github is super gay like T3Q.
2022-03-15 21:06:03 +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>;
};
};
};
};