summaryrefslogtreecommitdiffstats
path: root/conf/machine/boards/common
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2014-05-21 12:13:34 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2014-05-21 14:26:09 +1000
commit5fa542d719eb3c22165985a2755a81869ad9e926 (patch)
tree6076bd59914c8f2f734f7af75eef1625192e2e1c /conf/machine/boards/common
parent80465bece44a6280e4e8050fb4d92112fa49457a (diff)
downloadmeta-xilinx-5fa542d719eb3c22165985a2755a81869ad9e926.tar.gz
zynq7-mainline-gem.dtsi: Remove
* These changes have been merged into the base dtsi for zynq * Clean up and remove non-required *-yocto.dts * Update machine confs Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine/boards/common')
-rw-r--r--conf/machine/boards/common/zynq7-mainline-gem.dtsi29
1 files changed, 0 insertions, 29 deletions
diff --git a/conf/machine/boards/common/zynq7-mainline-gem.dtsi b/conf/machine/boards/common/zynq7-mainline-gem.dtsi
deleted file mode 100644
index c18e2691..00000000
--- a/conf/machine/boards/common/zynq7-mainline-gem.dtsi
+++ /dev/null
@@ -1,29 +0,0 @@
1/*
2 * Zynq 7 Device Tree - Linux Mainline GEM
3 *
4 * This dtsi file will configure the ps7_ethernet_* nodes to be compatible with
5 * the upstream Cadence GEM driver (macb).
6 *
7 * To use this dtsi, include it after the base include. e.g.
8 * ...
9 * /include/ "zynq7-base.dtsi"
10 * /include/ "zynq7-mainline-gem.dtsi"
11 * / {
12 * ...
13 */
14/ {
15 ps7_axi_interconnect_0: amba@0 {
16 ps7_ethernet_0: ps7-ethernet@e000b000 {
17 clock-names = "pclk", "hclk", "tx_clk";
18 clocks = <&clkc 30>, <&clkc 30>, <&clkc 13>;
19 compatible = "cdns,gem";
20 reg = <0xe000b000 0x4000>;
21 } ;
22 ps7_ethernet_1: ps7-ethernet@e000c000 {
23 clock-names = "pclk", "hclk", "tx_clk";
24 clocks = <&clkc 31>, <&clkc 31>, <&clkc 14>;
25 compatible = "cdns,gem";
26 reg = <0xe000c000 0x4000>;
27 } ;
28 } ;
29} ;