Skip to content

Instantly share code, notes, and snippets.

@svanheule
Created May 14, 2021 10:58
Show Gist options
  • Select an option

  • Save svanheule/9f60f16d438203467f7bb27e71228b88 to your computer and use it in GitHub Desktop.

Select an option

Save svanheule/9f60f16d438203467f7bb27e71228b88 to your computer and use it in GitHub Desktop.
Realtek switchcore binding
switchcore@1b000000 {
/* Generic Maple switchcore binding */
compatible = "realtek,switchcore-maple", "syscon", "simple-bus";
ranges = <0 0x1b000000 0x10000>;
/* child nodes */
};
switchcore@1b000000 {
/* RTL8380 rev. A specific binding, for potential quirks */
compatible = "realtek,switchcore-rtl8380-rev-a", "syscon", "simple-bus";
ranges = <0 0x1b000000 0x10000>;
/* child nodes */
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment