Home
last modified time | relevance | path

Searched +full:strong +full:- +full:soft +full:- +full:edge (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/boards/infineon/xmc47_relax_kit/
Dxmc47_relax_kit-pinctrl.dtsi3 * SPDX-License-Identifier: Apache-2.0
6 #include <infineon/cat3/xmc/xmc4700_F144x2048-pinctrl.dtsi>
9 drive-strength = "strong-soft-edge";
10 drive-push-pull;
15 drive-strength = "strong-soft-edge";
20 drive-strength = "strong-soft-edge";
21 drive-push-pull;
26 drive-strength = "strong-soft-edge";
31 drive-strength = "strong-soft-edge";
32 drive-push-pull;
[all …]
/Zephyr-latest/boards/infineon/xmc45_relax_kit/
Dxmc45_relax_kit-pinctrl.dtsi3 * SPDX-License-Identifier: Apache-2.0
6 #include <infineon/cat3/xmc/xmc4500_F100x1024-pinctrl.dtsi>
9 drive-strength = "strong-soft-edge";
10 drive-push-pull;
15 drive-strength = "strong-soft-edge";
20 drive-strength = "strong-medium-edge";
21 drive-push-pull;
26 drive-strength = "strong-medium-edge";
27 drive-push-pull;
32 drive-strength = "strong-sharp-edge";
[all …]
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/
Dxmc47_relax_kit.overlay4 * SPDX-License-Identifier: Apache-2.0
8 * This sample requires several connections listed below. However, no external pull-ups
14 #include <zephyr/dt-bindings/i2c/i2c.h>
17 compatible = "infineon,xmc4xxx-i2c";
21 /delete-property/ miso-src;
23 clock-frequency = <I2C_BITRATE_STANDARD>;
24 pinctrl-0 = <&i2c_scl_p5_2_u2c0 &i2c_sda_dx0_p3_7_u2c0 &i2c_sda_dout0_p3_8_u2c0>;
25 pinctrl-names = "default";
27 scl-src = "DX1A";
28 sda-src = "DX0C";
[all …]
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/
Dxmc47_relax_kit.overlay4 * SPDX-License-Identifier: Apache-2.0
8 drive-strength = "strong-soft-edge";
9 drive-push-pull;
14 drive-strength = "strong-soft-edge";
19 drive-strength = "strong-soft-edge";
20 drive-push-pull;
25 compatible = "infineon,xmc4xxx-spi";
26 pinctrl-0 = <&spi_mosi_p3_8_u2c0 &spi_miso_p3_7_u2c0 &spi_sclk_p3_9_u2c0>;
27 pinctrl-names = "default";
28 miso-src = "DX0C";
[all …]
Dxmc45_relax_kit.overlay4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/dma/infineon-xmc4xxx-dma.h>
10 drive-strength = "strong-soft-edge";
15 drive-strength = "strong-soft-edge";
20 drive-strength = "strong-soft-edge";
25 compatible = "infineon,xmc4xxx-spi";
26 pinctrl-0 = <&spi_mosi_p1_5_u0c0 &spi_miso_p1_4_u0c0 &spi_sclk_p0_8_u0c0>;
27 pinctrl-names = "default";
28 miso-src = "DX0B";
30 interrupt-names = "tx", "rx";
[all …]
/Zephyr-latest/tests/drivers/uart/uart_async_api/boards/
Dxmc45_relax_kit.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
3 #include <zephyr/dt-bindings/dma/infineon-xmc4xxx-dma.h>
6 compatible = "infineon,xmc4xxx-uart";
7 current-speed = <921600>;
8 pinctrl-0 = <&uart_tx_p5_0_u2c0 &uart_rx_p5_1_u2c0>;
9 pinctrl-names = "default";
10 input-src = "DX0G";
12 interrupt-names = "tx", "rx";
14 dma-names = "tx", "rx";
15 fifo-start-offset = <0>;
[all …]
Dxmc47_relax_kit.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
3 #include <zephyr/dt-bindings/dma/infineon-xmc4xxx-dma.h>
6 compatible = "infineon,xmc4xxx-uart";
9 /delete-property/ scl-src;
10 /delete-property/ sda-src;
12 current-speed = <921600>;
14 interrupt-names = "tx", "rx";
16 dma-names = "tx", "rx";
17 pinctrl-0 = <&uart_tx_p3_15_u1c1 &uart_rx_p3_14_u1c1>;
18 pinctrl-names = "default";
[all …]
/Zephyr-latest/tests/drivers/i2c/i2c_api/boards/
Dxmc47_relax_kit.overlay5 * SPDX-License-Identifier: Apache-2.0
10 i2c-0 = &usic0ch1;
15 drive-strength = "strong-sharp-edge";
16 drive-open-drain;
21 drive-strength = "strong-soft-edge";
22 drive-open-drain;
27 compatible = "infineon,xmc4xxx-i2c";
28 pinctrl-0 = <&i2c_scl_p6_2_u0c1 &i2c_sda_p3_13_u0c1>;
29 pinctrl-names = "default";
30 scl-src = "DX1C";
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Dinfineon,xmc4xxx-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
12 compatible = "infineon,xmc4xxx-uart";
13 pinctrl-0 = <&uart_tx_p0_1_u1c1 &uart_rx_p0_0_u1c1>;
14 pinctrl-names = "default";
15 input-src = "DX0D";
19 pinctrl-0 is the phandle that stores the pin settings for two pins: &uart_tx_p0_1_u1c1
20 and &uart_rx_p0_0_u1c1. These nodes are pre-defined and their naming convention is designed
24 The pre-defined nodes only set the alternate function of the output pin. The
27 to the inherited property-allowlist list from pincfg-node.yaml).
31 #include <zephyr/dt-bindings/pinctrl/xmc4xxx-pinctrl.h>
[all …]
/Zephyr-latest/dts/bindings/i2c/
Dinfineon,xmc4xxx-i2c.yaml4 # SPDX-License-Identifier: Apache-2.0
16 compatible = "infineon,xmc4xxx-i2c";
19 pinctrl-0 = <&i2c_scl_p0_13_u1c1 &i2c_sda_p3_15_u1c1>;
20 pinctrl-names = "default";
21 scl-src = "DX1B";
22 sda-src = "DX0A";
25 #address-cells = <1>;
26 #size-cells = <0>;
28 clock-frequency = <I2C_BITRATE_STANDARD>;
35 The pinctrl nodes need to be configured as open-drain and
[all …]