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:
parent
17c6456678
commit
8bbb80e308
3 changed files with 14 additions and 14 deletions
|
@ -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>;
|
||||
|
|
|
@ -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>;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue