summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/zynq-zybo.dts
Commit message (Collapse)AuthorAgeFilesLines
* arm: zynq: Remove earlycon from bootargsMichal Simek2017-08-211-1/+1
| | | | | | | | | Earlyconsole is used for early kernel debugging that's why this option shouldn't be enabled by default. Earlyconsole is partially copying the part of the bootlog after "bootconsole [uart0] disabled". Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm: zynq: Use C pre-processor for includes in dtsMichal Simek2017-08-211-1/+1
| | | | | | | | Change the dtsi include code to use the C pre-processor #include instead of the device tree /include/. This brings all Zynq device trees inline with each other. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm: zynq: Add device-type property for zynq ethernet phy nodesSai Pavan Boddu2017-08-211-0/+1
| | | | | | | | Mention device-type = "ethernet-phy", as qemu will need this in absence of compatible. Signed-off-by: Sai Pavan Boddu <saipava@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* ARM: zynq: Fix W=1 dtc 1.4 warningsMichal Simek2016-11-161-1/+1
| | | | | | | | | | | | | | The patch removes these warnings reported by dtc 1.4: Warning (unit_address_vs_reg): Node /pmu has a reg or ranges property, but no unit name Warning (unit_address_vs_reg): Node /fixedregulator@0 has a unit name, but no reg property Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Julia Cartwright <julia@ni.com> Series-to: arm-soc
* ARM: zynq: Use earlycon instead of earlyprintkMichal Simek2016-02-251-1/+1
| | | | | | | Use early console instead of earlyprintk which is supposed to use for very early debugging (DEBUG_LL). Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* ARM: dts: zynq: Enable USB and USB PHY for ZYBONathan Rossi2016-02-091-0/+11
| | | | | | | | | | | | | Setup the USB controller and configure it to operate in host mode. Additionally add the USB phy node for the ZYBO, including reset gpio which is connected to a external MIO pin. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Cc: Rob Herring <robh+dt@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Michal Simek <michal.simek@xilinx.com> Cc: Sören Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* ARM: dts: zynq: Fix stdout-path and bootargsMichal Simek2015-05-281-1/+2
| | | | | | | | parallella - Remove linux,stdout-path. Use stdout-path to identify kernel console Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Mark Rutland <mark.rutland@arm.com>
* ARM: dts: zynq: Add missing alias node for zybo and parallellaMichal Simek2015-05-281-0/+5
| | | | | | | Add missing alias node. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Andreas Färber <afaerber@suse.de>
* arm: dts: zynq: Add Digilent ZYBO boardPeter Crosthwaite2014-12-011-0/+52
Add a DTS describing the Digilent ZYBO board. Similar to ZED but with a 50MHz crystal instead of 33MHz. Acked-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>