Lines Matching +full:i3c +full:- +full:prescaler
2 # 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>;
31 i3c-od-scl-hz = <4170000>;
36 compatible: "nuvoton,npcx-i3c"
38 include: [i3c-controller.yaml, pinctrl-device.yaml, reset-device.yaml]
50 i3c-od-scl-hz:
53 Open Drain Frequency for the I3C controller. When undefined, use
54 the controller default or as specified by the I3C specification.
56 instance-id:
68 static-address:
73 tgt-pid:
76 Target 48-bit Provisioned ID.
93 maximum-write:
97 Maximum number of bytes that I3C controller may write to I3C target per message.
100 maximum-read:
104 Maximum number of bytes that I3C controller may read from to I3C target per message.