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>;
66 Channel identifier for the master bus.
68 channel-mask:
72 A channel mask for channels that by hardware design can use this master bus
73 as timebase for the operation, lsb is channel 0. The mask bit for this master bus
74 must always 0 because a master bus should not do other thing than a base timer.
84 bus-type:
88 Master bus type.
90 - "BUS_A"
91 - "BUS_B"
92 - "BUS_C"
93 - "BUS_D"
94 - "BUS_E"
95 - "BUS_F"
101 Master bus mode.
103 - "MCB_UP_COUNTER"
104 - "MCB_UP_DOWN_COUNTER"