-
Notifications
You must be signed in to change notification settings - Fork 925
Open
Description
based on the HDL and the reg entries,
axi_adrv9025_adxcvr_rx: axi-adxcvr-rx@34000 {
compatible = "adi,altera-adxcvr-1.00.a";
reg = <0x00044000 0x00001000>,
<0x00048000 0x00001000>,
<0x0004a000 0x00001000>,
<0x00058000 0x00001000>,
<0x0005a000 0x00001000>;
should be
axi_adrv9025_adxcvr_rx: axi-adxcvr-rx@44000 {
compatible = "adi,altera-adxcvr-1.00.a";
reg = <0x00044000 0x00001000>,
<0x00048000 0x00001000>,
<0x0004a000 0x00001000>,
<0x00058000 0x00001000>,
<0x0005a000 0x00001000>;
where the @34000 is replaced by the @44000.
Metadata
Metadata
Assignees
Labels
No labels