Skip to content
Merged
Show file tree
Hide file tree
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
16 changes: 8 additions & 8 deletions arch/arm64/boot/dts/xilinx/adi-ad9467-fmc-250ebz.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

/ {
clocks {
ad9517_ref_clk: clock@0 {
compatible = "fixed-clock";

clock-frequency = <250000000>;
clock-output-names = "ad9517_refclk";
#clock-cells = <0>;
};

Check warning on line 12 in arch/arm64/boot/dts/xilinx/adi-ad9467-fmc-250ebz.dtsi

View workflow job for this annotation

GitHub Actions / build_gcc_aarch64 / build

(unit_address_vs_reg): /clocks/clock@0: node has a unit name, but no reg or ranges property
};
};

Expand All @@ -21,29 +21,29 @@

spi-max-frequency = <10000000>;
adi,spi-3wire-enable;

clocks = <&ad9517_ref_clk>;
clock-names = "adc_clk";

#address-cells = <1>;
#size-cells = <0>;
};

clk_ad9517: ad9517@1 {
compatible = "adi,ad9517-4";
reg = <1>;

spi-max-frequency = <10000000>;
adi,spi-3wire-enable;

clocks = <&ad9517_ref_clk>, <&ad9517_ref_clk>;
clock-names = "refclk", "clkin";

clock-output-names = "out0", "out1", "out2", "out3", "out4", "out5", "out6", "out7";
#clock-cells = <1>;

firmware = "ad9467_intbypass_ad9517.stp";

#address-cells = <1>;
#size-cells = <0>;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,33 @@
#address-cells = <0x1>;
#size-cells = <0x1>;
ranges = <0 0 0 0xffffffff>;
rx_dma: dma-controller@84A30000 {

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";
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";
reg = <0x85000000 0x10000>;
compatible = "adi,axi-sysid-1.00.a";
reg = <0x85000000 0x10000>;
};
};
};

&spi0 {
status = "okay";
status = "okay";
};

&i2c1 {
Expand All @@ -57,12 +57,11 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;

eeprom@50 {
compatible = "at24,24c02";
reg = <0x50>;
};

};
};
};
Expand Down
Loading