mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Update the DT node with the UART irq Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/14593/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
61 lines
1.1 KiB
Text
61 lines
1.1 KiB
Text
/dts-v1/;
|
|
|
|
#include "microAptiv.dtsi"
|
|
|
|
/ {
|
|
compatible = "digilent,nexys4ddr";
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x0 0x08000000>;
|
|
};
|
|
|
|
cpuintc: interrupt-controller {
|
|
#address-cells = <0>;
|
|
#interrupt-cells = <1>;
|
|
interrupt-controller;
|
|
compatible = "mti,cpu-interrupt-controller";
|
|
};
|
|
|
|
axi_intc: interrupt-controller@10200000 {
|
|
#interrupt-cells = <1>;
|
|
compatible = "xlnx,xps-intc-1.00.a";
|
|
interrupt-controller;
|
|
reg = <0x10200000 0x10000>;
|
|
xlnx,kind-of-intr = <0x0>;
|
|
xlnx,num-intr-inputs = <0x6>;
|
|
|
|
interrupt-parent = <&cpuintc>;
|
|
interrupts = <6>;
|
|
};
|
|
|
|
axi_gpio: gpio@10600000 {
|
|
#gpio-cells = <1>;
|
|
compatible = "xlnx,xps-gpio-1.00.a";
|
|
gpio-controller;
|
|
reg = <0x10600000 0x10000>;
|
|
xlnx,all-inputs = <0x0>;
|
|
xlnx,dout-default = <0x0>;
|
|
xlnx,gpio-width = <0x16>;
|
|
xlnx,interrupt-present = <0x0>;
|
|
xlnx,is-dual = <0x0>;
|
|
xlnx,tri-default = <0xffffffff>;
|
|
} ;
|
|
|
|
axi_uart16550: serial@10400000 {
|
|
compatible = "ns16550a";
|
|
reg = <0x10400000 0x10000>;
|
|
|
|
reg-shift = <2>;
|
|
reg-offset = <0x1000>;
|
|
|
|
clocks = <&ext>;
|
|
|
|
interrupt-parent = <&axi_intc>;
|
|
interrupts = <0>;
|
|
};
|
|
};
|
|
|
|
&ext {
|
|
clock-frequency = <50000000>;
|
|
};
|