Skip to content
Snippets Groups Projects
Commit 77bb73de authored by Michal Simek's avatar Michal Simek
Browse files

ARM: zynq: Align devcfg node


- Have compatible string as the first property
- Sync with Linux kernel dtsi
- Add missing interrupt properties

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 20fe3f17
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,11 @@
devcfg: devcfg@f8007000 {
compatible = "xlnx,zynq-devcfg-1.0";
interrupt-parent = <&intc>;
interrupts = <0 8 4>;
reg = <0xf8007000 0x100>;
clocks = <&clkc 12>, <&clkc 15>, <&clkc 16>, <&clkc 17>, <&clkc 18>;
clock-names = "ref_clk", "fclk0", "fclk1", "fclk2", "fclk3";
syscon = <&slcr>;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment