@@ -17,6 +17,7 @@ / {
aliases {
serial0 = &serial0;
+ serial2 = &serial2;
};
chosen {
@@ -43,3 +44,7 @@ memory@800000000 {
&serial0 {
status = "okay";
};
+
+&serial2 {
+ status = "okay";
+};
@@ -126,6 +126,18 @@ serial0: serial@235200000 {
status = "disabled";
};
+ serial2: serial@235208000 {
+ compatible = "apple,s5l-uart";
+ reg = <0x2 0x35208000 0x0 0x1000>;
+ reg-io-width = <4>;
+ interrupt-parent = <&aic>;
+ interrupts = <AIC_IRQ 607 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clkref>, <&clkref>;
+ clock-names = "uart", "clk_uart_baud0";
+ power-domains = <&ps_uart2>;
+ status = "disabled";
+ };
+
aic: interrupt-controller@23b100000 {
compatible = "apple,t8103-aic", "apple,aic";
#interrupt-cells = <3>;