Skip to content

Instantly share code, notes, and snippets.

@galak
Created September 9, 2021 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save galak/996386ecb4272eacaf5f537a6c082181 to your computer and use it in GitHub Desktop.
Save galak/996386ecb4272eacaf5f537a6c082181 to your computer and use it in GitHub Desktop.
Option-X
i2c_sda {
pin = 11;
port = PORT_A;
default {
function = 5;
pull-up;
};
sleep {
function = 0;
};
}
@galak
Copy link
Author

galak commented Sep 9, 2021

uart0_tx_p06 {
        pinmux = <0 6 UART_TX>;
        default { 
                 output-enable; 
        };
        sleep { 
                 low-power-enable; 
        };
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment