Lines Matching +full:bus +full:- +full:range
2 # SPDX-License-Identifier: Apache-2.0
8 as a reference timebase (master bus) for other channels.
10 compatible: "nxp,s32-emios"
21 interrupt-names:
27 clock-divider:
31 Clock divider value for the global prescaler. Could be in range [1 ... 256]
33 internal-cnt:
39 child-binding:
40 child-binding:
42 Node for eMIOS master bus. Each channel is capable to become a master bus has
44 the master bus, the devicetree node should be enabled and dts properties
47 For example, to enable bus A of eMIOS instance 0 that can be used as timebase
52 bus-type = "BUS_A";
53 channel-mask = <0x07FFFFF>;
67 Channel identifier for the master bus.
69 channel-mask:
73 A channel mask for channels that by hardware design can use this master bus
74 as timebase for the operation, lsb is channel 0. The mask bit for this master bus
75 must always 0 because a master bus should not do other thing than a base timer.
85 bus-type:
89 Master bus type.
91 - "BUS_A"
92 - "BUS_B"
93 - "BUS_C"
94 - "BUS_D"
95 - "BUS_E"
96 - "BUS_F"
102 Master bus mode.
104 - "MCB_UP_COUNTER"
105 - "MCB_UP_DOWN_COUNTER"
111 Default period (in ticks) for master bus at boot time. This determines PWM period
112 for channels use this bus as reference timebase. Could be in range [2 ... 65535]