dts/x86: Fix UART nodes for ia32, atom and quark_x1000

Base addresses and some IRQ numbers were wrong.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2018-03-05 14:37:29 +01:00 committed by Anas Nashif
commit 8bbb80e308
3 changed files with 14 additions and 14 deletions

View file

@ -46,9 +46,9 @@
ranges;
uart0: uart@f0008000 {
uart0: uart@000003f8 {
compatible = "ns16550";
reg = <0xf0008000 0x400>;
reg = <0x000003f8 0x100>;
label = "UART_0";
interrupts = <4 IRQ_TYPE_EDGE_RISING 3>;
interrupt-parent = <&intc>;
@ -56,9 +56,9 @@
status = "disabled";
};
uart1: uart@f0009000 {
uart1: uart@000002f8 {
compatible = "ns16550";
reg = <0xf0009000 0x400>;
reg = <0x000002f8 0x100>;
label = "UART_1";
interrupts = <3 IRQ_TYPE_EDGE_RISING 3>;
interrupt-parent = <&intc>;

View file

@ -48,9 +48,9 @@
ranges;
uart0: uart@f0008000 {
uart0: uart@000003f8 {
compatible = "ns16550";
reg = <0xf0008000 0x400>;
reg = <0x000003f8 0x100>;
label = "UART_0";
interrupts = <4 IRQ_TYPE_EDGE_RISING 3>;
interrupt-parent = <&intc>;
@ -58,9 +58,9 @@
status = "disabled";
};
uart1: uart@f0009000 {
uart1: uart@000002f8 {
compatible = "ns16550";
reg = <0xf0009000 0x400>;
reg = <0x000002f8 0x100>;
label = "UART_1";
interrupts = <3 IRQ_TYPE_EDGE_RISING 3>;
interrupt-parent = <&intc>;

View file

@ -47,21 +47,21 @@
ranges;
uart0: uart@f0008000 {
uart0: uart@9000f000 {
compatible = "ns16550";
reg = <0xf0008000 0x400>;
reg = <0x9000f000 0x400>;
label = "UART_0";
interrupts = <4 IRQ_TYPE_EDGE_RISING 0>;
interrupts = <0 IRQ_TYPE_LEVEL_LOW 0>;
interrupt-parent = <&intc>;
status = "disabled";
};
uart1: uart@f0009000 {
uart1: uart@9000b000 {
compatible = "ns16550";
reg = <0xf0009000 0x400>;
reg = <0x9000b000 0x400>;
label = "UART_1";
interrupts = <3 IRQ_TYPE_EDGE_RISING 3>;
interrupts = <17 IRQ_TYPE_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
status = "disabled";