Skip to content

Instantly share code, notes, and snippets.

@SirUli
Created September 17, 2023 20:27
Show Gist options
  • Select an option

  • Save SirUli/de94ddb751b91adfa6809f286a18a382 to your computer and use it in GitHub Desktop.

Select an option

Save SirUli/de94ddb751b91adfa6809f286a18a382 to your computer and use it in GitHub Desktop.
disable-pcie-overlay.dts
/*
* disable-pcie-overlay.dts
*/
/dts-v1/;
/plugin/;
/ {
compatible = "brcm,bcm2835";
fragment@0 {
target = <&pcie0>;
__overlay__ {
status = "disabled";
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment