zephyr/tests/drivers/build_all/boards/serpente.overlay

13 lines
234 B
Plaintext
Raw Normal View History

/*
* Copyright (c) 2020 Alexander Falb <fal3xx@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
&sercom0 {
compatible = "atmel,sam0-i2c";
clock-frequency = <I2C_BITRATE_FAST>;
#address-cells = <1>;
#size-cells = <0>;
};