dts: x86: intel: alder_lake: Added UART2 instance

Added UART2 instance support for ADL platform

Signed-off-by: Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>
This commit is contained in:
Anisetti Avinash Krishna 2023-08-23 12:14:58 +05:30 committed by Carles Cufí
parent 25b9f6b5bf
commit 7448cb9ce7

View file

@ -80,6 +80,18 @@
interrupt-parent = <&intc>;
status = "disabled";
};
uart2: uart2 {
compatible = "ns16550";
vendor-id = <0x8086>;
device-id = <0x54C7>;
clock-frequency = <1843200>;
current-speed = <115200>;
reg-shift = <2>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
status = "disabled";
};
};
soc {