|
@@ -71,7 +71,31 @@
|
|
|
interrupts = <0 7 4>;
|
|
|
interrupt-parent = <&intc>;
|
|
|
clocks = <&clkc 12>;
|
|
|
- };
|
|
|
+ };
|
|
|
+
|
|
|
+ can0: can@e0008000 {
|
|
|
+ compatible = "xlnx,zynq-can-1.0";
|
|
|
+ status = "disabled";
|
|
|
+ clocks = <&clkc 19>, <&clkc 36>;
|
|
|
+ clock-names = "can_clk", "pclk";
|
|
|
+ reg = <0xe0008000 0x1000>;
|
|
|
+ interrupts = <0 28 4>;
|
|
|
+ interrupt-parent = <&intc>;
|
|
|
+ tx-fifo-depth = <0x40>;
|
|
|
+ rx-fifo-depth = <0x40>;
|
|
|
+ };
|
|
|
+
|
|
|
+ can1: can@e0009000 {
|
|
|
+ compatible = "xlnx,zynq-can-1.0";
|
|
|
+ status = "disabled";
|
|
|
+ clocks = <&clkc 20>, <&clkc 37>;
|
|
|
+ clock-names = "can_clk", "pclk";
|
|
|
+ reg = <0xe0009000 0x1000>;
|
|
|
+ interrupts = <0 51 4>;
|
|
|
+ interrupt-parent = <&intc>;
|
|
|
+ tx-fifo-depth = <0x40>;
|
|
|
+ rx-fifo-depth = <0x40>;
|
|
|
+ };
|
|
|
|
|
|
gpio0: gpio@e000a000 {
|
|
|
compatible = "xlnx,zynq-gpio-1.0";
|
|
@@ -140,6 +164,30 @@
|
|
|
interrupts = <0 50 4>;
|
|
|
};
|
|
|
|
|
|
+ spi0: spi@e0006000 {
|
|
|
+ compatible = "xlnx,zynq-spi-r1p6";
|
|
|
+ reg = <0xe0006000 0x1000>;
|
|
|
+ status = "disabled";
|
|
|
+ interrupt-parent = <&intc>;
|
|
|
+ interrupts = <0 26 4>;
|
|
|
+ clocks = <&clkc 25>, <&clkc 34>;
|
|
|
+ clock-names = "ref_clk", "pclk";
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <0>;
|
|
|
+ };
|
|
|
+
|
|
|
+ spi1: spi@e0007000 {
|
|
|
+ compatible = "xlnx,zynq-spi-r1p6";
|
|
|
+ reg = <0xe0007000 0x1000>;
|
|
|
+ status = "disabled";
|
|
|
+ interrupt-parent = <&intc>;
|
|
|
+ interrupts = <0 49 4>;
|
|
|
+ clocks = <&clkc 26>, <&clkc 35>;
|
|
|
+ clock-names = "ref_clk", "pclk";
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <0>;
|
|
|
+ };
|
|
|
+
|
|
|
gem0: ethernet@e000b000 {
|
|
|
compatible = "cdns,gem";
|
|
|
reg = <0xe000b000 0x4000>;
|
|
@@ -204,6 +252,22 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
+ dmac_s: dmac@f8003000 {
|
|
|
+ compatible = "arm,pl330", "arm,primecell";
|
|
|
+ reg = <0xf8003000 0x1000>;
|
|
|
+ interrupt-parent = <&intc>;
|
|
|
+ interrupts = <0 13 4>,
|
|
|
+ <0 14 4>, <0 15 4>,
|
|
|
+ <0 16 4>, <0 17 4>,
|
|
|
+ <0 40 4>, <0 41 4>,
|
|
|
+ <0 42 4>, <0 43 4>;
|
|
|
+ #dma-cells = <1>;
|
|
|
+ #dma-channels = <8>;
|
|
|
+ #dma-requests = <4>;
|
|
|
+ clocks = <&clkc 27>;
|
|
|
+ clock-names = "apb_pclk";
|
|
|
+ };
|
|
|
+
|
|
|
devcfg: devcfg@f8007000 {
|
|
|
compatible = "xlnx,zynq-devcfg-1.0";
|
|
|
reg = <0xf8007000 0x100>;
|