Searched +full:hs +full:- +full:data +full:- +full:slew +full:- +full:lim (Results 1 – 3 of 3) sorted by relevance
1 # Copyright (c) 2020-2023 Gerson Fernando Budke <nandojve@gmail.com>2 # SPDX-License-Identifier: Apache-2.07 The Atmel Two-wire Master Interface (TWIM) interconnects components on a8 unique two-wire bus, made up of one clock line and one data line with speeds9 of up to 3.4 Mbit/s, based on a byte-oriented transfer format. The TWIM is15 When using speeds above standard mode, user may need adjust clock and data16 lines slew and strength parameters. In general, slew 0 and minimal strength20 std-clk-slew-lim = <0>;21 std-clk-strength-low = "0.5";22 std-data-slew-lim = <0>;[all …]
3 * SPDX-License-Identifier: Apache-2.06 /dts-v1/;9 #include "sam4l_ek-pinctrl.dtsi"10 #include <zephyr/dt-bindings/input/input-event-codes.h>13 model = "Atmel SAM4L-EK Board with an Atmel SAM4LC4C SoC";17 i2c-0 = &twim0;24 zephyr,shell-uart = &usart2;30 compatible = "gpio-leds";38 compatible = "gpio-keys";49 clock-frequency = <48000000>;[all …]
2 * Copyright (c) 2020-2025 Gerson Fernando Budke <nandojve@gmail.com>3 * SPDX-License-Identifier: Apache-2.06 /dts-v1/;9 #include "sam4l_wm400_cape-pinctrl.dtsi"10 #include <zephyr/dt-bindings/input/input-event-codes.h>13 model = "Atmel SAM4L WM-400 Cape Board with an Atmel SAM4LC4B SoC";17 i2c-0 = &twim1;28 zephyr,code-partition= &code_partition;32 compatible = "gpio-leds";56 compatible = "gpio-keys";[all …]