Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
fc7e67966a76b5207fbd1f0be6a195fdc290c01d
/
.
/
samples
/
drivers
/
can
/
boards
/
waveshare_open103z.overlay
blob: f00a0da585905837d1fff3ee4c8310afba0e211f [
file
] [
log
] [
blame
]
/*
* Copyright 2021 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/* This board disables can1 by default in favor of USB. */
&
can1
{
status
=
"okay"
;
};
&
usb
{
status
=
"disabled"
;
};