|
@@ -126,18 +126,6 @@
|
|
clock-frequency = <25000000>;
|
|
clock-frequency = <25000000>;
|
|
};
|
|
};
|
|
|
|
|
|
- gpio: gpio@ff0a0000 {
|
|
|
|
- compatible = "xlnx,zynqmp-gpio-1.0";
|
|
|
|
- status = "disabled";
|
|
|
|
- #gpio-cells = <0x2>;
|
|
|
|
- clocks = <&misc_clk>;
|
|
|
|
- interrupt-parent = <&gic>;
|
|
|
|
- interrupts = <0 16 4>;
|
|
|
|
- interrupt-controller;
|
|
|
|
- #interrupt-cells = <2>;
|
|
|
|
- reg = <0x0 0xff0a0000 0x1000>;
|
|
|
|
- };
|
|
|
|
-
|
|
|
|
gem0: ethernet@ff0b0000 {
|
|
gem0: ethernet@ff0b0000 {
|
|
compatible = "cdns,gem";
|
|
compatible = "cdns,gem";
|
|
status = "disabled";
|
|
status = "disabled";
|
|
@@ -186,6 +174,18 @@
|
|
#size-cells = <0>;
|
|
#size-cells = <0>;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ gpio: gpio@ff0a0000 {
|
|
|
|
+ compatible = "xlnx,zynqmp-gpio-1.0";
|
|
|
|
+ status = "disabled";
|
|
|
|
+ #gpio-cells = <0x2>;
|
|
|
|
+ clocks = <&misc_clk>;
|
|
|
|
+ interrupt-parent = <&gic>;
|
|
|
|
+ interrupts = <0 16 4>;
|
|
|
|
+ interrupt-controller;
|
|
|
|
+ #interrupt-cells = <2>;
|
|
|
|
+ reg = <0x0 0xff0a0000 0x1000>;
|
|
|
|
+ };
|
|
|
|
+
|
|
i2c_clk: i2c_clk {
|
|
i2c_clk: i2c_clk {
|
|
compatible = "fixed-clock";
|
|
compatible = "fixed-clock";
|
|
#clock-cells = <0x0>;
|
|
#clock-cells = <0x0>;
|