Skip to content

Commit

Permalink
apps: zynqmp userspace: update dts exmaple
Browse files Browse the repository at this point in the history
Update the size cells to 2 to line up with the latest Xilinx 2017.3 kernel ZynqMP DTS.
  • Loading branch information
wjliang authored Oct 24, 2017
1 parent b37ec2f commit 867e8ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/machine/zynqmp/openamp-linux-userspace.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
amba {
vring: vring@0 {
compatible = "vring_uio";
reg = <0x0 0x3ed00000 0x10000>;
reg = <0x0 0x3ed40000 0x0 0x40000>;
};
shm0: shm@0 {
compatible = "shm_uio";
reg = <0x0 0x3ed10000 0x80000>;
reg = <0x0 0x3ed80000 0x0 0x80000>;
};
ipi0: ipi@0 {
compatible = "ipi_uio";
reg = <0x0 0xff340000 0x1000>;
reg = <0x0 0xff340000 0x0 0x1000>;
interrupt-parent = <&gic>;
interrupts = <0 29 4>;
};
Expand Down

0 comments on commit 867e8ee

Please sign in to comment.