Add the supported features section to serpente.yaml and overlay files to the corresponding tests and samples. Signed-off-by: Alexander Falb <fal3xx@gmail.com>
12 lines
234 B
Text
12 lines
234 B
Text
/*
|
|
* 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>;
|
|
};
|