diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> | 2022-05-05 18:50:43 -0600 |
|---|---|---|
| committer | Mark Hatle <mhatle@xilinx.com> | 2022-05-10 09:04:03 -0700 |
| commit | c933f83a698d0cac9ce0c9a712b6cbbac227893f (patch) | |
| tree | de74220fdf93e57ba5cc2a3684aac367fdc7b0f5 /meta-xilinx-bsp/recipes-bsp/device-tree | |
| parent | d65e337809b34d4aac26b698a99620128a8ab094 (diff) | |
| download | meta-xilinx-c933f83a698d0cac9ce0c9a712b6cbbac227893f.tar.gz | |
meta-xilinx: Clean up vendor specific machine configuration files
1. Add new metal-xilinx-vendor layer which supports vendor specific
machine configuration files, device-tree, kernel, platform-init etc.
2. Moved below vendor machine conf files, dt and related configs from
meta-xilinx-bsp and meta-xilinx-contrib to meta-xilinx-vendor layer.
- microzed-zynq7.conf
- minized-zynq7.conf
- picozed-zynq7.conf
- zedboard-zynq7.conf
- zybo-zynq7.conf
- zybo-linux-bd-zynq7.conf
- ultra96-zynqmp.conf
3. Obsolete qemu-zynq7, s3adsp1800-qemu-microblazeeb, v350-versal and
vc-p-a2197-00-versal from meta-xilinx-bsp layer. Users should use
zynq-generic.conf for zynq7000 qemu boot should be functionally
equivalent to qemu-zynq7.
4. Add new MAINTAINERS.md file and move maintainers, Mailing list and
Patches content from meta-xilinx-* README.md to MAINTAINERS.md file.
5. Updated README.md file for supported board machines files in
meta-xilinx-bsp, meta-xilinx-contrib and meta-xilinx-vendor layers.
6. Disabled old drm kernel patches for zybo-linux-bd-zynq mahcine in
meta-xilinx-contrib layer as these patches doesn't apply on 5.x
kernel, if we don't hear from patch submitter we will remove these
patches from meta-xilinx-contrib layer.
7. Removed drm kernel cache metadate for zybo-linux-bd-zynq7 machine
as these configs are already available in xilinx_zynq_defconfig.
8. Fixed build issue for u-boot by changing
PREFERRED_PROVIDER_virtual/bootloader from u-boot to u-boot-xlnx.
9. Add meta-xilinx-vendor to bblayers.conf.sample
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com>
Signed-off-by: Mark Hatle <mhatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/recipes-bsp/device-tree')
5 files changed, 0 insertions, 570 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bbappend b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bbappend index 94020f25..83f8c57b 100644 --- a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bbappend +++ b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bbappend | |||
| @@ -1,19 +1,9 @@ | |||
| 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 2 | 2 | ||
| 3 | # device tree sources for the various machines | 3 | # device tree sources for the various machines |
| 4 | COMPATIBLE_MACHINE:picozed-zynq7 = ".*" | ||
| 5 | SRC_URI:append:picozed-zynq7 = " file://picozed-zynq7.dts" | ||
| 6 | |||
| 7 | COMPATIBLE_MACHINE:qemu-zynq7 = ".*" | 4 | COMPATIBLE_MACHINE:qemu-zynq7 = ".*" |
| 8 | SRC_URI:append:qemu-zynq7 = " file://qemu-zynq7.dts" | 5 | SRC_URI:append:qemu-zynq7 = " file://qemu-zynq7.dts" |
| 9 | 6 | ||
| 10 | COMPATIBLE_MACHINE:zybo-linux-bd-zynq7 = ".*" | ||
| 11 | SRC_URI:append:zybo-linux-bd-zynq7 = " \ | ||
| 12 | file://zybo-linux-bd-zynq7.dts \ | ||
| 13 | file://pcw.dtsi \ | ||
| 14 | file://pl.dtsi \ | ||
| 15 | " | ||
| 16 | |||
| 17 | COMPATIBLE_MACHINE:kc705-microblazeel = ".*" | 7 | COMPATIBLE_MACHINE:kc705-microblazeel = ".*" |
| 18 | SRC_URI:append:kc705-microblazeel = " \ | 8 | SRC_URI:append:kc705-microblazeel = " \ |
| 19 | file://kc705-microblazeel.dts \ | 9 | file://kc705-microblazeel.dts \ |
diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/files/picozed-zynq7.dts b/meta-xilinx-bsp/recipes-bsp/device-tree/files/picozed-zynq7.dts deleted file mode 100644 index 6f9b653a..00000000 --- a/meta-xilinx-bsp/recipes-bsp/device-tree/files/picozed-zynq7.dts +++ /dev/null | |||
| @@ -1,98 +0,0 @@ | |||
| 1 | /dts-v1/; | ||
| 2 | /include/ "zynq-7000.dtsi" | ||
| 3 | /include/ "zynq-7000-qspi-dummy.dtsi" | ||
| 4 | |||
| 5 | / { | ||
| 6 | model = "Avnet picoZed"; | ||
| 7 | compatible = "avnet,picozed", "xlnx,zynq-7000"; | ||
| 8 | |||
| 9 | aliases { | ||
| 10 | ethernet0 = &gem0; | ||
| 11 | serial0 = &uart1; | ||
| 12 | }; | ||
| 13 | |||
| 14 | memory { | ||
| 15 | device_type = "memory"; | ||
| 16 | reg = <0x0 0x40000000>; | ||
| 17 | }; | ||
| 18 | |||
| 19 | chosen { | ||
| 20 | bootargs = "earlyprintk"; | ||
| 21 | stdout-path = "serial0:115200n8"; | ||
| 22 | }; | ||
| 23 | |||
| 24 | usb_phy0: phy0 { | ||
| 25 | compatible = "usb-nop-xceiv"; | ||
| 26 | #phy-cells = <0>; | ||
| 27 | reset-gpios = <&gpio0 7 1>; /* MIO 7, GPIO_ACTIVE_LOW */ | ||
| 28 | }; | ||
| 29 | }; | ||
| 30 | |||
| 31 | &gem0 { | ||
| 32 | status = "okay"; | ||
| 33 | phy-mode = "rgmii-id"; | ||
| 34 | phy-handle = <ðernet_phy>; | ||
| 35 | |||
| 36 | ethernet_phy: ethernet-phy@0 { | ||
| 37 | compatible = "marvell,88e1512", "marvell,88e1510"; | ||
| 38 | device_type = "ethernet-phy"; | ||
| 39 | reg = <0>; | ||
| 40 | }; | ||
| 41 | }; | ||
| 42 | |||
| 43 | &sdhci1 { | ||
| 44 | status = "okay"; | ||
| 45 | /* SD1 is onnected to a non-removable eMMC flash device */ | ||
| 46 | non-removable; | ||
| 47 | }; | ||
| 48 | |||
| 49 | &uart1 { | ||
| 50 | status = "okay"; | ||
| 51 | }; | ||
| 52 | |||
| 53 | &usb0 { | ||
| 54 | status = "okay"; | ||
| 55 | dr_mode = "host"; | ||
| 56 | usb-phy = <&usb_phy0>; | ||
| 57 | }; | ||
| 58 | |||
| 59 | &qspi { | ||
| 60 | status = "okay"; | ||
| 61 | primary_flash: ps7-qspi@0 { | ||
| 62 | #address-cells = <1>; | ||
| 63 | #size-cells = <1>; | ||
| 64 | compatible = "micron,m25p80", "spansion,s25fl128s", "jedec,spi-nor"; | ||
| 65 | reg = <0x0>; | ||
| 66 | spi-max-frequency = <50000000>; | ||
| 67 | /* Example 16M partition table using U-Boot + U-Boot SPL */ | ||
| 68 | partition@0x0 { | ||
| 69 | label = "boot"; | ||
| 70 | reg = <0x0 0xe0000>; | ||
| 71 | }; | ||
| 72 | partition@0xe0000 { | ||
| 73 | label = "ubootenv"; | ||
| 74 | reg = <0xe0000 0x20000>; | ||
| 75 | }; | ||
| 76 | partition@0x100000 { | ||
| 77 | label = "uboot"; | ||
| 78 | reg = <0x100000 0x100000>; | ||
| 79 | }; | ||
| 80 | partition@0x200000 { | ||
| 81 | label = "kernel"; | ||
| 82 | reg = <0x200000 0x4f0000>; | ||
| 83 | }; | ||
| 84 | partition@0x6f0000 { | ||
| 85 | label = "devicetree"; | ||
| 86 | reg = <0x6f0000 0x10000>; | ||
| 87 | }; | ||
| 88 | partition@0x700000 { | ||
| 89 | label = "rootfs"; | ||
| 90 | reg = <0x700000 0x400000>; | ||
| 91 | }; | ||
| 92 | partition@0xb00000 { | ||
| 93 | label = "spare"; | ||
| 94 | reg = <0xb00000 0x500000>; | ||
| 95 | }; | ||
| 96 | }; | ||
| 97 | }; | ||
| 98 | |||
diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/files/zybo-linux-bd-zynq7/pcw.dtsi b/meta-xilinx-bsp/recipes-bsp/device-tree/files/zybo-linux-bd-zynq7/pcw.dtsi deleted file mode 100644 index 0f678d39..00000000 --- a/meta-xilinx-bsp/recipes-bsp/device-tree/files/zybo-linux-bd-zynq7/pcw.dtsi +++ /dev/null | |||
| @@ -1,63 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * CAUTION: This file is automatically generated by Xilinx. | ||
| 3 | * Version: HSI 2015.4 | ||
| 4 | * Today is: Fri Mar 4 15:40:49 2016 | ||
| 5 | */ | ||
| 6 | |||
| 7 | |||
| 8 | / { | ||
| 9 | cpus { | ||
| 10 | cpu@0 { | ||
| 11 | operating-points = <650000 1000000 325000 1000000>; | ||
| 12 | }; | ||
| 13 | }; | ||
| 14 | }; | ||
| 15 | &gem0 { | ||
| 16 | phy-mode = "rgmii-id"; | ||
| 17 | status = "okay"; | ||
| 18 | xlnx,ptp-enet-clock = <0x6750918>; | ||
| 19 | }; | ||
| 20 | &gpio0 { | ||
| 21 | emio-gpio-width = <64>; | ||
| 22 | gpio-mask-high = <0x0>; | ||
| 23 | gpio-mask-low = <0x5600>; | ||
| 24 | }; | ||
| 25 | &i2c0 { | ||
| 26 | clock-frequency = <400000>; | ||
| 27 | status = "okay"; | ||
| 28 | }; | ||
| 29 | &i2c1 { | ||
| 30 | clock-frequency = <400000>; | ||
| 31 | status = "okay"; | ||
| 32 | }; | ||
| 33 | &intc { | ||
| 34 | num_cpus = <2>; | ||
| 35 | num_interrupts = <96>; | ||
| 36 | }; | ||
| 37 | &qspi { | ||
| 38 | is-dual = <0>; | ||
| 39 | num-cs = <1>; | ||
| 40 | status = "okay"; | ||
| 41 | }; | ||
| 42 | &sdhci0 { | ||
| 43 | status = "okay"; | ||
| 44 | xlnx,has-cd = <0x1>; | ||
| 45 | xlnx,has-power = <0x0>; | ||
| 46 | xlnx,has-wp = <0x1>; | ||
| 47 | }; | ||
| 48 | &uart1 { | ||
| 49 | current-speed = <115200>; | ||
| 50 | device_type = "serial"; | ||
| 51 | port-number = <0>; | ||
| 52 | status = "okay"; | ||
| 53 | }; | ||
| 54 | &usb0 { | ||
| 55 | dr_mode = "host"; | ||
| 56 | phy_type = "ulpi"; | ||
| 57 | status = "okay"; | ||
| 58 | usb-reset = <&gpio0 46 0>; | ||
| 59 | }; | ||
| 60 | &clkc { | ||
| 61 | fclk-enable = <0x3>; | ||
| 62 | ps-clk-frequency = <50000000>; | ||
| 63 | }; | ||
diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/files/zybo-linux-bd-zynq7/pl.dtsi b/meta-xilinx-bsp/recipes-bsp/device-tree/files/zybo-linux-bd-zynq7/pl.dtsi deleted file mode 100644 index 32bc7688..00000000 --- a/meta-xilinx-bsp/recipes-bsp/device-tree/files/zybo-linux-bd-zynq7/pl.dtsi +++ /dev/null | |||
| @@ -1,215 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * CAUTION: This file is automatically generated by Xilinx. | ||
| 3 | * Version: HSI 2015.4 | ||
| 4 | * Today is: Fri Mar 4 15:40:49 2016 | ||
| 5 | */ | ||
| 6 | |||
| 7 | |||
| 8 | / { | ||
| 9 | amba_pl: amba_pl { | ||
| 10 | #address-cells = <1>; | ||
| 11 | #size-cells = <1>; | ||
| 12 | compatible = "simple-bus"; | ||
| 13 | ranges ; | ||
| 14 | axi_dynclk_0: axi_dynclk@43c10000 { | ||
| 15 | compatible = "xlnx,axi-dynclk-1.0"; | ||
| 16 | reg = <0x43c10000 0x10000>; | ||
| 17 | xlnx,s00-axi-addr-width = <0x5>; | ||
| 18 | xlnx,s00-axi-data-width = <0x20>; | ||
| 19 | }; | ||
| 20 | axi_gpio_btn: gpio@41210000 { | ||
| 21 | #gpio-cells = <2>; | ||
| 22 | compatible = "xlnx,xps-gpio-1.00.a"; | ||
| 23 | gpio-controller ; | ||
| 24 | reg = <0x41210000 0x10000>; | ||
| 25 | xlnx,all-inputs = <0x1>; | ||
| 26 | xlnx,all-inputs-2 = <0x0>; | ||
| 27 | xlnx,all-outputs = <0x0>; | ||
| 28 | xlnx,all-outputs-2 = <0x0>; | ||
| 29 | xlnx,dout-default = <0x00000000>; | ||
| 30 | xlnx,dout-default-2 = <0x00000000>; | ||
| 31 | xlnx,gpio-width = <0x4>; | ||
| 32 | xlnx,gpio2-width = <0x20>; | ||
| 33 | xlnx,interrupt-present = <0x0>; | ||
| 34 | xlnx,is-dual = <0x0>; | ||
| 35 | xlnx,tri-default = <0xFFFFFFFF>; | ||
| 36 | xlnx,tri-default-2 = <0xFFFFFFFF>; | ||
| 37 | }; | ||
| 38 | axi_gpio_hdmi: gpio@41230000 { | ||
| 39 | #gpio-cells = <2>; | ||
| 40 | compatible = "xlnx,xps-gpio-1.00.a"; | ||
| 41 | gpio-controller ; | ||
| 42 | interrupt-parent = <&intc>; | ||
| 43 | interrupts = <0 29 4>; | ||
| 44 | reg = <0x41230000 0x10000>; | ||
| 45 | xlnx,all-inputs = <0x1>; | ||
| 46 | xlnx,all-inputs-2 = <0x0>; | ||
| 47 | xlnx,all-outputs = <0x0>; | ||
| 48 | xlnx,all-outputs-2 = <0x0>; | ||
| 49 | xlnx,dout-default = <0x00000000>; | ||
| 50 | xlnx,dout-default-2 = <0x00000000>; | ||
| 51 | xlnx,gpio-width = <0x1>; | ||
| 52 | xlnx,gpio2-width = <0x20>; | ||
| 53 | xlnx,interrupt-present = <0x1>; | ||
| 54 | xlnx,is-dual = <0x0>; | ||
| 55 | xlnx,tri-default = <0xFFFFFFFF>; | ||
| 56 | xlnx,tri-default-2 = <0xFFFFFFFF>; | ||
| 57 | }; | ||
| 58 | axi_gpio_led: gpio@41200000 { | ||
| 59 | #gpio-cells = <2>; | ||
| 60 | compatible = "xlnx,xps-gpio-1.00.a"; | ||
| 61 | gpio-controller ; | ||
| 62 | reg = <0x41200000 0x10000>; | ||
| 63 | xlnx,all-inputs = <0x0>; | ||
| 64 | xlnx,all-inputs-2 = <0x0>; | ||
| 65 | xlnx,all-outputs = <0x1>; | ||
| 66 | xlnx,all-outputs-2 = <0x0>; | ||
| 67 | xlnx,dout-default = <0x00000000>; | ||
| 68 | xlnx,dout-default-2 = <0x00000000>; | ||
| 69 | xlnx,gpio-width = <0x4>; | ||
| 70 | xlnx,gpio2-width = <0x20>; | ||
| 71 | xlnx,interrupt-present = <0x0>; | ||
| 72 | xlnx,is-dual = <0x0>; | ||
| 73 | xlnx,tri-default = <0xFFFFFFFF>; | ||
| 74 | xlnx,tri-default-2 = <0xFFFFFFFF>; | ||
| 75 | }; | ||
| 76 | axi_gpio_sw: gpio@41220000 { | ||
| 77 | #gpio-cells = <2>; | ||
| 78 | compatible = "xlnx,xps-gpio-1.00.a"; | ||
| 79 | gpio-controller ; | ||
| 80 | reg = <0x41220000 0x10000>; | ||
| 81 | xlnx,all-inputs = <0x1>; | ||
| 82 | xlnx,all-inputs-2 = <0x0>; | ||
| 83 | xlnx,all-outputs = <0x0>; | ||
| 84 | xlnx,all-outputs-2 = <0x0>; | ||
| 85 | xlnx,dout-default = <0x00000000>; | ||
| 86 | xlnx,dout-default-2 = <0x00000000>; | ||
| 87 | xlnx,gpio-width = <0x4>; | ||
| 88 | xlnx,gpio2-width = <0x20>; | ||
| 89 | xlnx,interrupt-present = <0x0>; | ||
| 90 | xlnx,is-dual = <0x0>; | ||
| 91 | xlnx,tri-default = <0xFFFFFFFF>; | ||
| 92 | xlnx,tri-default-2 = <0xFFFFFFFF>; | ||
| 93 | }; | ||
| 94 | axi_i2s_adi_0: axi_i2s_adi@43c20000 { | ||
| 95 | compatible = "xlnx,axi-i2s-adi-1.0"; | ||
| 96 | reg = <0x43c20000 0x10000>; | ||
| 97 | xlnx,bclk-pol = <0x0>; | ||
| 98 | xlnx,dma-type = <0x1>; | ||
| 99 | xlnx,has-rx = <0x1>; | ||
| 100 | xlnx,has-tx = <0x1>; | ||
| 101 | xlnx,lrclk-pol = <0x0>; | ||
| 102 | xlnx,num-ch = <0x1>; | ||
| 103 | xlnx,s-axi-min-size = <0x000001FF>; | ||
| 104 | xlnx,slot-width = <0x18>; | ||
| 105 | }; | ||
| 106 | axi_vdma_0: dma@43000000 { | ||
| 107 | #dma-cells = <1>; | ||
| 108 | compatible = "xlnx,axi-vdma-1.00.a"; | ||
| 109 | clocks = <&clkc 15>; | ||
| 110 | clock-names = "s_axi_lite_aclk"; | ||
| 111 | interrupt-parent = <&intc>; | ||
| 112 | interrupts = <0 30 4>; | ||
| 113 | reg = <0x43000000 0x10000>; | ||
| 114 | xlnx,flush-fsync = <0x1>; | ||
| 115 | xlnx,num-fstores = <0x1>; | ||
| 116 | dma-channel@43000000 { | ||
| 117 | compatible = "xlnx,axi-vdma-mm2s-channel"; | ||
| 118 | interrupts = <0 30 4>; | ||
| 119 | xlnx,datawidth = <0x20>; | ||
| 120 | xlnx,device-id = <0x0>; | ||
| 121 | }; | ||
| 122 | }; | ||
| 123 | v_tc_0: v_tc@43c00000 { | ||
| 124 | compatible = "xlnx,v-tc-6.1"; | ||
| 125 | interrupt-parent = <&intc>; | ||
| 126 | interrupts = <0 31 4>; | ||
| 127 | reg = <0x43c00000 0x10000>; | ||
| 128 | xlnx,det-achroma-en = <0x0>; | ||
| 129 | xlnx,det-avideo-en = <0x1>; | ||
| 130 | xlnx,det-fieldid-en = <0x0>; | ||
| 131 | xlnx,det-hblank-en = <0x1>; | ||
| 132 | xlnx,det-hsync-en = <0x1>; | ||
| 133 | xlnx,det-vblank-en = <0x1>; | ||
| 134 | xlnx,det-vsync-en = <0x1>; | ||
| 135 | xlnx,detect-en = <0x0>; | ||
| 136 | xlnx,fsync-hstart0 = <0x0>; | ||
| 137 | xlnx,fsync-hstart1 = <0x0>; | ||
| 138 | xlnx,fsync-hstart10 = <0x0>; | ||
| 139 | xlnx,fsync-hstart11 = <0x0>; | ||
| 140 | xlnx,fsync-hstart12 = <0x0>; | ||
| 141 | xlnx,fsync-hstart13 = <0x0>; | ||
| 142 | xlnx,fsync-hstart14 = <0x0>; | ||
| 143 | xlnx,fsync-hstart15 = <0x0>; | ||
| 144 | xlnx,fsync-hstart2 = <0x0>; | ||
| 145 | xlnx,fsync-hstart3 = <0x0>; | ||
| 146 | xlnx,fsync-hstart4 = <0x0>; | ||
| 147 | xlnx,fsync-hstart5 = <0x0>; | ||
| 148 | xlnx,fsync-hstart6 = <0x0>; | ||
| 149 | xlnx,fsync-hstart7 = <0x0>; | ||
| 150 | xlnx,fsync-hstart8 = <0x0>; | ||
| 151 | xlnx,fsync-hstart9 = <0x0>; | ||
| 152 | xlnx,fsync-vstart0 = <0x0>; | ||
| 153 | xlnx,fsync-vstart1 = <0x0>; | ||
| 154 | xlnx,fsync-vstart10 = <0x0>; | ||
| 155 | xlnx,fsync-vstart11 = <0x0>; | ||
| 156 | xlnx,fsync-vstart12 = <0x0>; | ||
| 157 | xlnx,fsync-vstart13 = <0x0>; | ||
| 158 | xlnx,fsync-vstart14 = <0x0>; | ||
| 159 | xlnx,fsync-vstart15 = <0x0>; | ||
| 160 | xlnx,fsync-vstart2 = <0x0>; | ||
| 161 | xlnx,fsync-vstart3 = <0x0>; | ||
| 162 | xlnx,fsync-vstart4 = <0x0>; | ||
| 163 | xlnx,fsync-vstart5 = <0x0>; | ||
| 164 | xlnx,fsync-vstart6 = <0x0>; | ||
| 165 | xlnx,fsync-vstart7 = <0x0>; | ||
| 166 | xlnx,fsync-vstart8 = <0x0>; | ||
| 167 | xlnx,fsync-vstart9 = <0x0>; | ||
| 168 | xlnx,gen-achroma-en = <0x0>; | ||
| 169 | xlnx,gen-achroma-polarity = <0x1>; | ||
| 170 | xlnx,gen-auto-switch = <0x0>; | ||
| 171 | xlnx,gen-avideo-en = <0x1>; | ||
| 172 | xlnx,gen-avideo-polarity = <0x1>; | ||
| 173 | xlnx,gen-cparity = <0x0>; | ||
| 174 | xlnx,gen-f0-vblank-hend = <0x500>; | ||
| 175 | xlnx,gen-f0-vblank-hstart = <0x500>; | ||
| 176 | xlnx,gen-f0-vframe-size = <0x2ee>; | ||
| 177 | xlnx,gen-f0-vsync-hend = <0x500>; | ||
| 178 | xlnx,gen-f0-vsync-hstart = <0x500>; | ||
| 179 | xlnx,gen-f0-vsync-vend = <0x2d9>; | ||
| 180 | xlnx,gen-f0-vsync-vstart = <0x2d4>; | ||
| 181 | xlnx,gen-f1-vblank-hend = <0x500>; | ||
| 182 | xlnx,gen-f1-vblank-hstart = <0x500>; | ||
| 183 | xlnx,gen-f1-vframe-size = <0x2ee>; | ||
| 184 | xlnx,gen-f1-vsync-hend = <0x500>; | ||
| 185 | xlnx,gen-f1-vsync-hstart = <0x500>; | ||
| 186 | xlnx,gen-f1-vsync-vend = <0x2d9>; | ||
| 187 | xlnx,gen-f1-vsync-vstart = <0x2d4>; | ||
| 188 | xlnx,gen-fieldid-en = <0x0>; | ||
| 189 | xlnx,gen-fieldid-polarity = <0x1>; | ||
| 190 | xlnx,gen-hactive-size = <0x500>; | ||
| 191 | xlnx,gen-hblank-en = <0x1>; | ||
| 192 | xlnx,gen-hblank-polarity = <0x1>; | ||
| 193 | xlnx,gen-hframe-size = <0x672>; | ||
| 194 | xlnx,gen-hsync-en = <0x1>; | ||
| 195 | xlnx,gen-hsync-end = <0x596>; | ||
| 196 | xlnx,gen-hsync-polarity = <0x1>; | ||
| 197 | xlnx,gen-hsync-start = <0x56e>; | ||
| 198 | xlnx,gen-interlaced = <0x0>; | ||
| 199 | xlnx,gen-vactive-size = <0x2d0>; | ||
| 200 | xlnx,gen-vblank-en = <0x1>; | ||
| 201 | xlnx,gen-vblank-polarity = <0x1>; | ||
| 202 | xlnx,gen-video-format = <0x2>; | ||
| 203 | xlnx,gen-vsync-en = <0x1>; | ||
| 204 | xlnx,gen-vsync-polarity = <0x1>; | ||
| 205 | xlnx,generate-en = <0x1>; | ||
| 206 | xlnx,has-axi4-lite = <0x1>; | ||
| 207 | xlnx,has-intc-if = <0x0>; | ||
| 208 | xlnx,interlace-en = <0x0>; | ||
| 209 | xlnx,max-lines = <0x1000>; | ||
| 210 | xlnx,max-pixels = <0x1000>; | ||
| 211 | xlnx,num-fsyncs = <0x1>; | ||
| 212 | xlnx,sync-en = <0x0>; | ||
| 213 | }; | ||
| 214 | }; | ||
| 215 | }; | ||
diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/files/zybo-linux-bd-zynq7/zybo-linux-bd-zynq7.dts b/meta-xilinx-bsp/recipes-bsp/device-tree/files/zybo-linux-bd-zynq7/zybo-linux-bd-zynq7.dts deleted file mode 100644 index 19654392..00000000 --- a/meta-xilinx-bsp/recipes-bsp/device-tree/files/zybo-linux-bd-zynq7/zybo-linux-bd-zynq7.dts +++ /dev/null | |||
| @@ -1,184 +0,0 @@ | |||
| 1 | /dts-v1/; | ||
| 2 | /include/ "skeleton.dtsi" | ||
| 3 | /include/ "zynq-7000.dtsi" | ||
| 4 | /include/ "zynq-7000-qspi-dummy.dtsi" | ||
| 5 | /include/ "pcw.dtsi" | ||
| 6 | /include/ "pl.dtsi" | ||
| 7 | |||
| 8 | / { | ||
| 9 | model = "Digilent-Zybo-Linux-BD-v2015.4"; | ||
| 10 | aliases { | ||
| 11 | serial0 = &uart1; | ||
| 12 | ethernet0 = &gem0; | ||
| 13 | spi0 = &qspi; | ||
| 14 | }; | ||
| 15 | chosen { | ||
| 16 | bootargs = ""; | ||
| 17 | stdout-path = "serial0:115200n8"; | ||
| 18 | }; | ||
| 19 | memory { | ||
| 20 | device_type = "memory"; | ||
| 21 | reg = <0x0 0x20000000>; | ||
| 22 | }; | ||
| 23 | |||
| 24 | gpio-keys { | ||
| 25 | compatible = "gpio-keys"; | ||
| 26 | #address-cells = <1>; | ||
| 27 | #size-cells = <0>; | ||
| 28 | autorepeat; | ||
| 29 | btn4 { | ||
| 30 | label = "btn4"; | ||
| 31 | gpios = <&gpio0 50 0>; | ||
| 32 | linux,code = <108>; /* down */ | ||
| 33 | gpio-key,wakeup; | ||
| 34 | autorepeat; | ||
| 35 | }; | ||
| 36 | btn5 { | ||
| 37 | label = "btn5"; | ||
| 38 | gpios = <&gpio0 51 0>; | ||
| 39 | linux,code = <103>; /* up */ | ||
| 40 | gpio-key,wakeup; | ||
| 41 | autorepeat; | ||
| 42 | }; | ||
| 43 | }; | ||
| 44 | |||
| 45 | usb_phy0: usb_phy@0 { | ||
| 46 | compatible = "usb-nop-xceiv"; | ||
| 47 | #phy-cells = <0>; | ||
| 48 | reset-gpios = <&gpio0 46 1>; | ||
| 49 | }; | ||
| 50 | }; | ||
| 51 | |||
| 52 | &amba { | ||
| 53 | u-boot,dm-pre-reloc; | ||
| 54 | }; | ||
| 55 | |||
| 56 | &amba_pl { | ||
| 57 | encoder_0: digilent_encoder { | ||
| 58 | compatible = "digilent,drm-encoder"; | ||
| 59 | dglnt,edid-i2c = <&i2c1>; | ||
| 60 | }; | ||
| 61 | |||
| 62 | xilinx_drm { | ||
| 63 | compatible = "xlnx,drm"; | ||
| 64 | xlnx,vtc = <&v_tc_0>; | ||
| 65 | xlnx,connector-type = "HDMIA"; | ||
| 66 | xlnx,encoder-slave = <&encoder_0>; | ||
| 67 | clocks = <&axi_dynclk_0>; | ||
| 68 | planes { | ||
| 69 | xlnx,pixel-format = "xrgb8888"; | ||
| 70 | plane0 { | ||
| 71 | dmas = <&axi_vdma_0 0>; | ||
| 72 | dma-names = "dma0"; | ||
| 73 | }; | ||
| 74 | }; | ||
| 75 | }; | ||
| 76 | |||
| 77 | i2s_clk: i2s_clk { | ||
| 78 | #clock-cells = <0>; | ||
| 79 | compatible = "fixed-clock"; | ||
| 80 | clock-frequency = <12288000>; | ||
| 81 | clock-output-names = "i2s_clk"; | ||
| 82 | }; | ||
| 83 | |||
| 84 | sound { | ||
| 85 | compatible = "simple-audio-card"; | ||
| 86 | simple-audio-card,name = "ZYBO-Sound-Card"; | ||
| 87 | simple-audio-card,format = "i2s"; | ||
| 88 | simple-audio-card,bitclock-master = <&dailink0_master>; | ||
| 89 | simple-audio-card,frame-master = <&dailink0_master>; | ||
| 90 | simple-audio-card,widgets = | ||
| 91 | "Microphone", "Microphone Jack", | ||
| 92 | "Headphone", "Headphone Jack", | ||
| 93 | "Line", "Line In Jack"; | ||
| 94 | simple-audio-card,routing = | ||
| 95 | "MICIN", "Microphone Jack", | ||
| 96 | "Headphone Jack", "LHPOUT", | ||
| 97 | "Headphone Jack", "RHPOUT", | ||
| 98 | "LLINEIN", "Line In Jack", | ||
| 99 | "RLINEIN", "Line In Jack"; | ||
| 100 | dailink0_master: simple-audio-card,cpu { | ||
| 101 | clocks = <&i2s_clk>; | ||
| 102 | sound-dai = <&axi_i2s_adi_0>; | ||
| 103 | }; | ||
| 104 | simple-audio-card,codec { | ||
| 105 | clocks = <&i2s_clk>; | ||
| 106 | sound-dai = <&ssm2603>; | ||
| 107 | }; | ||
| 108 | }; | ||
| 109 | }; | ||
| 110 | |||
| 111 | &axi_dynclk_0 { | ||
| 112 | compatible = "digilent,axi-dynclk"; | ||
| 113 | #clock-cells = <0>; | ||
| 114 | clocks = <&clkc 15>; | ||
| 115 | }; | ||
| 116 | |||
| 117 | &axi_i2s_adi_0 { | ||
| 118 | #sound-dai-cells = <0>; | ||
| 119 | compatible = "adi,axi-i2s-1.00.a"; | ||
| 120 | clocks = <&clkc 15>, <&i2s_clk>; | ||
| 121 | clock-names = "axi", "ref"; | ||
| 122 | dmas = <&dmac_s 0 &dmac_s 1>; | ||
| 123 | dma-names = "tx", "rx"; | ||
| 124 | }; | ||
| 125 | |||
| 126 | &gem0 { | ||
| 127 | phy-handle = <&phy0>; | ||
| 128 | phy-mode = "rgmii-id"; | ||
| 129 | local-mac-address = []; | ||
| 130 | phy0: phy@0 { | ||
| 131 | device_type = "ethernet-phy"; | ||
| 132 | reg = <0>; | ||
| 133 | }; | ||
| 134 | }; | ||
| 135 | |||
| 136 | &i2c0 { | ||
| 137 | eeprom@50 { | ||
| 138 | /* Microchip 24AA02E48 */ | ||
| 139 | compatible = "microchip,24c02"; | ||
| 140 | reg = <0x50>; | ||
| 141 | }; | ||
| 142 | |||
| 143 | ssm2603: ssm2603@1a{ | ||
| 144 | #sound-dai-cells = <0>; | ||
| 145 | compatible = "adi,ssm2603"; | ||
| 146 | reg = <0x1a>; | ||
| 147 | }; | ||
| 148 | }; | ||
| 149 | |||
| 150 | &qspi { | ||
| 151 | #address-cells = <1>; | ||
| 152 | #size-cells = <0>; | ||
| 153 | flash0: flash@0 { | ||
| 154 | compatible = "micron,m25p80", "s25fl128s"; | ||
| 155 | reg = <0x0>; | ||
| 156 | #address-cells = <1>; | ||
| 157 | #size-cells = <1>; | ||
| 158 | spi-max-frequency = <50000000>; | ||
| 159 | partition@0x00000000 { | ||
| 160 | label = "boot"; | ||
| 161 | reg = <0x00000000 0x00300000>; | ||
| 162 | }; | ||
| 163 | partition@0x00300000 { | ||
| 164 | label = "bootenv"; | ||
| 165 | reg = <0x00300000 0x00020000>; | ||
| 166 | }; | ||
| 167 | partition@0x00320000 { | ||
| 168 | label = "kernel"; | ||
| 169 | reg = <0x00320000 0x00a80000>; | ||
| 170 | }; | ||
| 171 | partition@0x00da0000 { | ||
| 172 | label = "spare"; | ||
| 173 | reg = <0x00da0000 0x00000000>; | ||
| 174 | }; | ||
| 175 | }; | ||
| 176 | }; | ||
| 177 | |||
| 178 | &usb0 { | ||
| 179 | usb-phy = <&usb_phy0>; | ||
| 180 | }; | ||
| 181 | |||
| 182 | &v_tc_0 { | ||
| 183 | compatible = "xlnx,v-tc-5.01.a"; | ||
| 184 | }; | ||
