Home
last modified time | relevance | path

Searched +full:i3c +full:- +full:od +full:- +full:scl +full:- +full:hz (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/samples/sensor/thermometer/boards/
Dfrdm_mcxn947_mcxn947_cpu0.overlay4 * SPDX-License-Identifier: Apache-2.0
11 ambient-temp0 = &p3t1755;
18 i2c-scl-hz = <DT_FREQ_K(400)>;
19 i3c-scl-hz = <DT_FREQ_M(4)>;
20 i3c-od-scl-hz = <DT_FREQ_K(1500)>;
Dfrdm_mcxn947_mcxn947_cpu0_qspi.overlay4 * SPDX-License-Identifier: Apache-2.0
11 ambient-temp0 = &p3t1755;
18 i2c-scl-hz = <DT_FREQ_K(400)>;
19 i3c-scl-hz = <DT_FREQ_M(4)>;
20 i3c-od-scl-hz = <DT_FREQ_K(1500)>;
/Zephyr-latest/samples/sensor/lps22hh_i3c/boards/
Dmimxrt685_evk_mimxrt685s_cm33.overlay10 i2c-scl-hz = <400000>;
11 i3c-scl-hz = <400000>;
12 i3c-od-scl-hz = <400000>;
14 clk-divider = <12>;
15 clk-divider-slow = <1>;
16 clk-divider-tc = <1>;
/Zephyr-latest/samples/sensor/lsm6dso_i2c_on_i3c/boards/
Dmimxrt685_evk_mimxrt685s_cm33.overlay10 i2c-scl-hz = <400000>;
11 i3c-scl-hz = <400000>;
12 i3c-od-scl-hz = <400000>;
14 clk-divider = <12>;
15 clk-divider-slow = <1>;
16 clk-divider-tc = <1>;
/Zephyr-latest/boards/shields/p3t1755dp_ard_i3c/boards/
Dmimxrt1180_evk_mimxrt1189_cm33.overlay4 * SPDX-License-Identifier: Apache-2.0
9 * the MIMXRT1180-EVK board, and the J13 on the shield board is connected
11 * J13-1 -> J50-1; J13-2 -> J50-2;
12 * J13-3 -> J50-3; J13-4 -> J50-4;
24 i2c-scl-hz = <DT_FREQ_K(400)>;
25 i3c-scl-hz = <DT_FREQ_K(400)>;
26 i3c-od-scl-hz = <DT_FREQ_K(100)>;
Dmimxrt1180_evk_mimxrt1189_cm7.overlay4 * SPDX-License-Identifier: Apache-2.0
9 * the MIMXRT1180-EVK board, and the J13 on the shield board is connected
11 * J13-1 -> J50-1; J13-2 -> J50-2;
12 * J13-3 -> J50-3; J13-4 -> J50-4;
24 i2c-scl-hz = <DT_FREQ_K(400)>;
25 i3c-scl-hz = <DT_FREQ_K(400)>;
26 i3c-od-scl-hz = <DT_FREQ_K(100)>;
/Zephyr-latest/dts/bindings/i3c/
Dnuvoton,npcx-i3c.yaml2 # SPDX-License-Identifier: Apache-2.0
5 Nuvoton I3C controller
11 clock-frequency = <DT_FREQ_M(90)>; /* OFMCLK runs at 90MHz */
12 core-prescaler = <3>; /* CORE_CLK runs at 30MHz */
13 apb1-prescaler = <6>; /* APB1_CLK runs at 15MHz */
14 apb2-prescaler = <6>; /* APB2_CLK runs at 15MHz */
15 apb3-prescaler = <6>; /* APB3_CLK runs at 15MHz */
16 apb4-prescaler = <3>; /* APB4_CLK runs at 30MHz */
26 /* I3C clock frequency suggestion = <PP_SCL, OD_SCL> */
30 i3c-scl-hz = <12500000>;
[all …]
Dnxp,mcux-i3c.yaml4 # SPDX-License-Identifier: Apache-2.0
6 description: NXP MCUX I3C controller
8 compatible: "nxp,mcux-i3c"
10 include: [i3c-controller.yaml, pinctrl-device.yaml]
19 i3c-od-scl-hz:
22 Open Drain Frequency for the I3C controller. When undefined, use
23 the controller default or as specified by the I3C specification.
25 clk-divider:
27 description: Main clock divider for I3C
30 clk-divider-tc:
[all …]
/Zephyr-latest/drivers/i3c/
Di3c_npcx.c4 * SPDX-License-Identifier: Apache-2.0
17 #include <zephyr/drivers/i3c.h>
18 #include <zephyr/drivers/i3c/target_device.h>
103 #define I3C_BUS_TLOW_PP_MIN_NS 24 /* T_LOW period in push-pull mode */
104 #define I3C_BUS_THigh_PP_MIN_NS 24 /* T_High period in push-pull mode */
105 #define I3C_BUS_TLOW_OD_MIN_NS 200 /* T_LOW period in open-drain mode */
107 #define PPBAUD_DIV_MAX (BIT(GET_FIELD_SZ(NPCX_I3C_MCONFIG_PPBAUD)) - 1) /* PPBAUD divider max */
115 /* Default maximum time we allow for an I3C transfer */
133 /* I3C moudle and port parsing from instance_id */
137 /* I3C target PID parsing */
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst14 * Introduced :ref:`USB-C <usbc_api>` device stack with PD (power delivery)
17 CMSIS-DSP as the default backend.
30 * CVE-2023-0359: Under embargo until 2023-04-20
32 * CVE-2023-0779: Under embargo until 2023-04-22
66 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding.
71 * Starting from this release ``zephyr-`` prefixed tags won't be created
82 image states). Use of a truncated hash or non-sha256 hash will still work
88 registration function at boot-up. If applications register this then
93 application code, these will now automatically be registered at boot-up (this
129 This may cause out-of-tree scripts or commands to fail if they have relied
[all …]