device-tree-xlnx
device-tree-xlnx copied to clipboard
Linux device tree generator for the Xilinx SDK (Vivado > 2014.1)
The generated device tree node for the Xilinx Debug Bridge IP in PetaLinux (pl.dtsi) does not match the compatibility string for the device driver. It can be fixed by replacing...
Fixes a bug if the project interrupt signal from xintc is connected to the wakeup and interrupt ports CPU (Figure 3-2, UG984 (v2022.1) May 25, 2022)
Details on this post: https://forums.xilinx.com/t5/Embedded-Linux/Petalinux-2020-1-fails-to-generate-default-device-tree-but-works/td-p/1119777
When the xxv_ethernet is configured in "Ethernet PCS/PMA 64-bit" mode, there can be no IPs connected to its RX and TX interfaces. This commit prevents that the variable `connected_ip` remains...
The regexps in is_ps_ip and in is_pl_ip are too broad. They match any IP name that contains ps followed by any character followed by an underscore. The proposed change makes...
The fix pushes "local-mac-address" to the device tree in 'master_dts'. Signed-off-by: Adrian Fiergolski
The current device tree magic can only generate device trees for Xilinx downstream kernels. If you want to create a device tree for a custom device with upstream compatibility, you're...
So that the rest of the device tree can be generated correctly. This code is being hit for IRQs connected to cascaded controllers, and shouldn't be in this case. Either...
Commit edb1f978f719b (vid_phy_ctrl:hdmi_gt_ctrl: Generate Channels only if connected to DP/HDMI) broke the vid_phy direction setting as it set the 4th cell to 1 instead of 0. As specified by the...