Skip to content

Instantly share code, notes, and snippets.

@Grommish
Created March 10, 2021 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Grommish/21397fee2a2b4c6e4ddf1d6d7ad7ee47 to your computer and use it in GitHub Desktop.
Save Grommish/21397fee2a2b4c6e4ddf1d6d7ad7ee47 to your computer and use it in GitHub Desktop.
#include "mt7621_ubnt_edgerouter-x.dtsi"
/ {
model = "Ubiquiti EdgeRouter 10X";
compatible = "ubnt,edgerouter-10x", "mediatek,mt7621-soc";
rtl8367rb {
compatible = "realtek,rtl8367b";
};
};
&gsw {
interrupt-parent = <&gic>;
interrupts = <GIC_SHARED 23 IRQ_TYPE_LEVEL_HIGH
GIC_SHARED 12 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "gsw", "rtl8367";
};
&nand {
partitions {
partition@740000 {
reg = <0x740000 0x1f4c0000>;
};
};
};
&xhci {
status = "okay";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment