Skip to content
Merged
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
12 changes: 8 additions & 4 deletions arch/arm64/boot/dts/xilinx/zynqmp-jupiter-sdr.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,15 @@
compatible = "atmel,24c16";
pagesize = <16>;
reg = <0x50>;
#address-cells = <1>;
#size-cells = <1>;

eth0_addr: eth-mac-addr@B {
reg = <0xB 0x06>;
nvmem-layout {
compatible = "fixed-layout";
#address-cells = <1>;
#size-cells = <1>;

eth0_addr: eth-mac-addr@B {
reg = <0xB 0x06>;
};
};
};

Expand Down Expand Up @@ -428,30 +432,30 @@
};

/ {
fpga_axi: axi_pl {
interrupt-parent = <&gic>;
compatible = "simple-bus";
#address-cells = <0x1>;
#size-cells = <0x1>;
ranges = <0 0 0 0xffffffff>;

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

Check warning on line 449 in arch/arm64/boot/dts/xilinx/zynqmp-jupiter-sdr.dtsi

View workflow job for this annotation

GitHub Actions / build_gcc_aarch64 / build

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

tx1_dma: dma-controller@84A50000 {
compatible = "adi,axi-dmac-1.00.a";
reg = <0x84A50000 0x10000>;
#dma-cells = <1>;
dma-coherent;
interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&zynqmp_clk 71>;
};

Check warning on line 458 in arch/arm64/boot/dts/xilinx/zynqmp-jupiter-sdr.dtsi

View workflow job for this annotation

GitHub Actions / build_gcc_aarch64 / build

(simple_bus_reg): /axi_pl/dma-controller@84A50000: simple-bus unit address format error, expected "84a50000"

axi_adrv9002_core_rx1: axi-adrv9002-rx-lpc@84A00000 {
compatible = "adi,axi-adrv9002-rx-1.0";
Expand Down
Loading