mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
ARM: dts: sun8i: tbs-a711: Enable UART2 (for NEO-6M GPS module)
TBS A711 tablet contains u-blox NEO-6M module connected to UART2. Enable UART2 to gain access to the module from userspace. Signed-off-by: Ondrej Jirman <megous@megous.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
parent
18009b802b
commit
41eb0df192
@ -98,6 +98,13 @@ panel_input: endpoint {
|
||||
};
|
||||
};
|
||||
|
||||
reg_gps: reg-gps {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "gps";
|
||||
regulator-min-microvolt = <3000000>;
|
||||
regulator-max-microvolt = <3000000>;
|
||||
};
|
||||
|
||||
reg_vbat: reg-vbat {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vbat";
|
||||
@ -434,6 +441,20 @@ bluetooth {
|
||||
};
|
||||
};
|
||||
|
||||
&uart2 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart2_pb_pins>;
|
||||
status = "okay";
|
||||
|
||||
gnss {
|
||||
compatible = "u-blox,neo-6m";
|
||||
|
||||
v-bckp-supply = <®_rtc_ldo>;
|
||||
vcc-supply = <®_gps>;
|
||||
current-speed = <9600>;
|
||||
};
|
||||
};
|
||||
|
||||
&usb_otg {
|
||||
dr_mode = "otg";
|
||||
status = "okay";
|
||||
|
Loading…
Reference in New Issue
Block a user