Skip to content

Instantly share code, notes, and snippets.

@bluecmd
Created June 18, 2023 16:15
Show Gist options
  • Save bluecmd/175a04d49a997c213d37cc460fe680d7 to your computer and use it in GitHub Desktop.
Save bluecmd/175a04d49a997c213d37cc460fe680d7 to your computer and use it in GitHub Desktop.
simple-mfd issue
cpld: cpld@6,0 {
compatible = "n821,cpld", "syscon", "simple-mfd";
reg = <0x06 0x00 0x50>;
#address-cells = <1>;
#size-cells = <1>;
cpldi2c: n821-cpld-i2c@30 {
compatible = "n821,cpld-i2c";
reg = <0x30 0x8>;
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment