Skip to content

Commit

Permalink
ARM: zynq: DT: Add aliases node
Browse files Browse the repository at this point in the history
Add aliases node to DTs.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Jan 28, 2015
1 parent 8f63a0b commit ab216ac
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/zynq-zc702.dts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
model = "Zynq ZC702 Development Board";
compatible = "xlnx,zynq-zc702", "xlnx,zynq-7000";

aliases {
ethernet0 = &gem0;
i2c0 = &i2c0;
serial0 = &uart1;
};

memory {
device_type = "memory";
reg = <0x0 0x40000000>;
Expand Down
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/zynq-zc706.dts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
model = "Zynq ZC706 Development Board";
compatible = "xlnx,zynq-zc706", "xlnx,zynq-7000";

aliases {
ethernet0 = &gem0;
i2c0 = &i2c0;
serial0 = &uart1;
};

memory {
device_type = "memory";
reg = <0x0 0x40000000>;
Expand Down
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/zynq-zed.dts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
model = "Zynq Zed Development Board";
compatible = "xlnx,zynq-zed", "xlnx,zynq-7000";

aliases {
ethernet0 = &gem0;
serial0 = &uart1;
};

memory {
device_type = "memory";
reg = <0x0 0x20000000>;
Expand Down

0 comments on commit ab216ac

Please sign in to comment.