|
@@ -49,6 +49,15 @@
|
|
|
model = "INet-D978 Rev 02";
|
|
|
compatible = "primux,inet-d978-rev2", "allwinner,sun8i-a33";
|
|
|
|
|
|
+ aliases {
|
|
|
+ serial0 = &uart1;
|
|
|
+ };
|
|
|
+
|
|
|
+ chosen {
|
|
|
+ /* Delete debug UART as serial0 is the UART for bluetooth */
|
|
|
+ /delete-property/stdout-path;
|
|
|
+ };
|
|
|
+
|
|
|
leds {
|
|
|
compatible = "gpio-leds";
|
|
|
pinctrl-names = "default";
|
|
@@ -86,3 +95,14 @@
|
|
|
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
|
|
};
|
|
|
};
|
|
|
+
|
|
|
+&r_uart {
|
|
|
+ status = "disabled";
|
|
|
+};
|
|
|
+
|
|
|
+&uart1 {
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&uart1_pins_a>,
|
|
|
+ <&uart1_pins_cts_rts_a>;
|
|
|
+ status = "okay";
|
|
|
+};
|