Advertisement
Guest User

Untitled

a guest
Dec 15th, 2023
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. uart0_pins: uart0 {
  2. uart0_grp0 {
  3. pinmux = <(((41) << 4) | (1))>;
  4. output-enable;
  5. slew-rate = <6>;
  6. };
  7. uart0_grp1 {
  8. pinmux = <(((42) << 4) | (0))>;
  9. input-enable;
  10. slew-rate = <6>;
  11. };
  12. uart0_pins_grp2 {
  13. pinmux = <(((512) << 4) | (2))>;
  14. };
  15. };
  16. };
  17. &uart0 { <<< This is the line that throws a syntax error
  18. pinctrl-0 = <&uart0_pins>;
  19. pinctrl-names = "default";
  20. status = "okay";
  21. };
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement