This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add system-user.dts to disable fabric drivers (#3)
- Loading branch information
1 parent
aa1dd87
commit 6281cd9
Showing
1 changed file
with
74 additions
and
0 deletions.
There are no files selected for viewing
74 changes: 74 additions & 0 deletions
74
ZCU111/petalinux_bsp/meta-user/recipes-bsp/device-tree/files/system-user.dtsi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
/include/ "system-conf.dtsi" | ||
/ { | ||
amba_pl@0 { | ||
data_source_top0:data_source_top@a0000000 { | ||
compatible = "xlnx,data-source-top-1.0"; | ||
reg = <0x0 0xa0000000 0x0 0x10000>; | ||
}; | ||
}; | ||
}; | ||
|
||
&data_source_top0 { | ||
status = "disabled"; | ||
}; | ||
|
||
|
||
&adc_sink_i { | ||
status = "disabled"; | ||
}; | ||
|
||
&misc_clk_0 { | ||
status = "disabled"; | ||
}; | ||
|
||
&axi_gpio { | ||
status = "disabled"; | ||
}; | ||
|
||
&axi_intc { | ||
status = "disabled"; | ||
}; | ||
|
||
&dac_source_i { | ||
status = "disabled"; | ||
}; | ||
|
||
&misc_clk_1 { | ||
status = "disabled"; | ||
}; | ||
|
||
&dec_ip_mon { | ||
status = "disabled"; | ||
}; | ||
|
||
&dec_op_mon { | ||
status = "disabled"; | ||
}; | ||
|
||
&enc_ip_mon { | ||
status = "disabled"; | ||
}; | ||
|
||
&enc_op_mon { | ||
status = "disabled"; | ||
}; | ||
|
||
&gpio_reset { | ||
status = "disabled"; | ||
}; | ||
|
||
&sd_fec_dec { | ||
status = "disabled"; | ||
}; | ||
|
||
&misc_clk_2 { | ||
status = "disabled"; | ||
}; | ||
|
||
&stats { | ||
status = "disabled"; | ||
}; | ||
|
||
&usp_rf_data_converter_0_i { | ||
status = "disabled"; | ||
}; |