aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts
AgeCommit message (Collapse)Author
2017-03-31device-tree/microzed-zynq7.dts: Replace with kernel source versionmortyNathan Rossi
Replace the existing device tree content with the content of the zynq-microzed.dts from the kernel source. Specifically based on commit df2f3c48b9cd51e2612a1598342769d09d849f39. This resolves the issues with the ethernet phy as well as adding pinctrl for USB. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
2016-05-07device-tree: Add include for dummy qspi nodeNathan Rossi
The zynq-7000.dtsi include does not have a qspi node in mainline kernels. To resolve this issue provide a dummy node with no properties. The dummy node does not affect the node provided by zynq-7000.dtsi in other kernels. This was previously done in the individual device trees, instead this is now provided by a common include. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
2016-03-06microzed-zynq7: Rework device tree to use kernel source includeNathan Rossi
* Rework the microzed-zynq7.dts device tree to use the kernel source include 'zynq-7000.dtsi' * Store the new device tree in the device-tree recipe directory * Remove existing device tree from conf/machine/boards Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>