Skip to content

Commit

Permalink
Correct the compatible vendor in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoSagadin committed Nov 30, 2023
1 parent 3752980 commit 289d4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For i2c communication:
```yaml
&i2c0 {
notecard: notecard@17 {
compatible = "irnas,notecard";
compatible = "blues,notecard";
reg = <0x17>;
};
};
Expand All @@ -59,7 +59,7 @@ For uart communication:
pinctrl-names = "default", "sleep";
notecard: notecard {
compatible = "irnas,notecard";
compatible = "blues,notecard";
};
};
```
Expand Down

0 comments on commit 289d4ce

Please sign in to comment.