diff options
Diffstat (limited to 'fpga/usrp3/top/n3xx/dts')
-rw-r--r-- | fpga/usrp3/top/n3xx/dts/usrp_n320_fpga_AA.dts | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/fpga/usrp3/top/n3xx/dts/usrp_n320_fpga_AA.dts b/fpga/usrp3/top/n3xx/dts/usrp_n320_fpga_AA.dts new file mode 100644 index 000000000..26177537e --- /dev/null +++ b/fpga/usrp3/top/n3xx/dts/usrp_n320_fpga_AA.dts @@ -0,0 +1,29 @@ +// SPDX-License-Identifier: GPL-2.0 OR X11 +/* + * Copyright (c) 2017 National Instruments Corp + */ + +/dts-v1/; +/plugin/; + +#include "n320-fpga.dtsi" + +&fpga_full { + uio@40004000 { + compatible = "usrp-uio"; + reg = <0x40004000 0x1000>; + reg-names = "misc-auro-regs0"; + status = "okay"; + }; + + + uio@4000c000 { + compatible = "usrp-uio"; + reg = <0x4000c000 0x1000>; + reg-names = "misc-auro-regs1"; + status = "okay"; + }; +}; + +#include "n320-common.dtsi" +#include "dma-common.dtsi" |