|
1 |
| -# Copyright 2022 NXP |
| 1 | +# Copyright 2022, 2024 NXP |
2 | 2 | # SPDX-License-Identifier: Apache-2.0
|
3 | 3 |
|
4 | 4 | description: |
|
@@ -57,13 +57,13 @@ description: |
|
57 | 57 | - internal pull not enabled
|
58 | 58 | - open drain disabled
|
59 | 59 | - slew rate 4 (see description in property below).
|
| 60 | + - termination resistor disabled (affect LVDS pads only). |
| 61 | + - current reference control disabled (affect LVDS pads only). |
| 62 | + - Rx current boost disabled (affect LVDS pads only). |
60 | 63 |
|
61 |
| - Additionally, Safe Mode is always disabled (reset value) and configuration that |
62 |
| - only applies to LVDS pads, which are not supported, default to reset values: |
63 |
| - - termination resistor disabled |
64 |
| - - receiver single ended |
65 |
| - - current reference control disabled |
66 |
| - - Rx current boost disabled. |
| 64 | + Additionally: |
| 65 | + - Safe Mode is always kept as reset value (disabled). |
| 66 | + - Receiver Select is always kept as reset value (enables the differential vref based receiver). |
67 | 67 |
|
68 | 68 | compatible: "nxp,s32ze-pinctrl"
|
69 | 69 |
|
@@ -116,3 +116,26 @@ child-binding:
|
116 | 116 | 5: FMAX_33 = 50 MHz
|
117 | 117 | 6: FMAX_33 = 50 MHz
|
118 | 118 | 7: FMAX_33 = 1 MHz
|
| 119 | +
|
| 120 | + nxp,current-reference-control: |
| 121 | + type: boolean |
| 122 | + description: | |
| 123 | + This configuration applies the current reference control to |
| 124 | + the associated pin. It is only applicable to LVDS pads and |
| 125 | + has no effect on other types of pads |
| 126 | +
|
| 127 | + nxp,termination-resistor: |
| 128 | + type: boolean |
| 129 | + description: | |
| 130 | + This configuration applies the termination resistor to |
| 131 | + the associated pin. It is only applicable to LVDS pads and |
| 132 | + has no effect on other types of pads |
| 133 | +
|
| 134 | + nxp,rx-current-boost: |
| 135 | + type: boolean |
| 136 | + description: | |
| 137 | + RX LVDS Current Boost |
| 138 | + Boosts RX IO current. It is only applicable to LVDS pads and |
| 139 | + has no effect on other types of pads |
| 140 | + 0: Current reference is 200 μA; supports data rate up to 320 Mbaud |
| 141 | + 1: Current reference is 1 mA; supports data rate up to 420 Mbaud |
0 commit comments