Created
May 14, 2021 10:58
-
-
Save svanheule/9f60f16d438203467f7bb27e71228b88 to your computer and use it in GitHub Desktop.
Realtek switchcore binding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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