Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
#size-cells = <0x1>;
ranges = <0 0 0 0xffffffff>;

rx_dma: dma-controller@84A30000 {
compatible = "adi,axi-dmac-1.00.a";
reg = <0x84A30000 0x10000>;
#dma-cells = <1>;
interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&zynqmp_clk 71>;
};

Check warning on line 32 in arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev10-ad9467-fmc-250ebz.dts

View workflow job for this annotation

GitHub Actions / build_gcc_aarch64 / build

(simple_bus_reg): /fpga-axi@0/dma-controller@84A30000: simple-bus unit address format error, expected "84a30000"

cf_ad9467_core_0: cf-ad9467-core-lpc@84A00000 {
compatible = "adi,axi-adc-10.0.a", "adi,axi-ad9467-1.0";
compatible = "adi,axi-adc-legacy-10.0.a", "adi,axi-ad9467-1.0";
reg = <0x84A00000 0x10000>;
dmas = <&rx_dma 0>;
dma-names = "rx";

spibus-connected = <&adc_ad9467>;
};

Check warning on line 41 in arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev10-ad9467-fmc-250ebz.dts

View workflow job for this annotation

GitHub Actions / build_gcc_aarch64 / build

(simple_bus_reg): /fpga-axi@0/cf-ad9467-core-lpc@84A00000: simple-bus unit address format error, expected "84a00000"

axi_sysid_0: axi-sysid-0@85000000 {
compatible = "adi,axi-sysid-1.00.a";
Expand Down
Loading