ARM: dts: sun8i: a83t: Add UART2 PB pins
Add pin definitions for UART2 PB pins. These are used on TBS-A711 tablet. Signed-off-by: Ondrej Jirman <megous@megous.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
parent
2efcca8ae6
commit
31ec8c1456
|
@ -776,6 +776,12 @@ uart1_rts_cts_pins: uart1-rts-cts-pins {
|
||||||
pins = "PG8", "PG9";
|
pins = "PG8", "PG9";
|
||||||
function = "uart1";
|
function = "uart1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/omit-if-no-ref/
|
||||||
|
uart2_pb_pins: uart2-pb-pins {
|
||||||
|
pins = "PB0", "PB1";
|
||||||
|
function = "uart2";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
timer@1c20c00 {
|
timer@1c20c00 {
|
||||||
|
|
Loading…
Reference in New Issue