Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mariux64
/
linux
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
2
Pull requests
0
Actions
Projects
0
Wiki
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Files
4029632
Documentation
arch
alpha
arc
arm
arm64
avr32
blackfin
c6x
cris
frv
h8300
hexagon
ia64
m32r
m68k
metag
microblaze
mips
alchemy
ar7
ath25
ath79
bcm47xx
bcm63xx
bmips
boot
compressed
dts
brcm
cavium-octeon
include
ingenic
lantiq
mti
netlogic
pic32
qca
ralink
xilfpga
Makefile
microAptiv.dtsi
nexys4ddr.dts
Makefile
tools
.gitignore
Makefile
ecoff.h
elf2ecoff.c
cavium-octeon
cobalt
configs
dec
emma
fw
include
jazz
jz4740
kernel
kvm
lantiq
lasat
lib
loongson32
loongson64
math-emu
mm
mti-malta
mti-sead3
net
netlogic
oprofile
paravirt
pci
pic32
pistachio
pmcs-msp71xx
pnx833x
power
ralink
rb532
sgi-ip22
sgi-ip27
sgi-ip32
sibyte
sni
txx9
vdso
vr41xx
xilfpga
Kbuild
Kbuild.platforms
Kconfig
Kconfig.debug
Makefile
mn10300
nios2
openrisc
parisc
powerpc
s390
score
sh
sparc
tile
um
unicore32
x86
xtensa
.gitignore
Kconfig
block
certs
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.get_maintainer.ignore
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
REPORTING-BUGS
Breadcrumbs
linux
/
arch
/
mips
/
boot
/
dts
/
xilfpga
/
nexys4ddr.dts
Blame
Blame
Latest commit
History
History
46 lines (37 loc) · 830 Bytes
Breadcrumbs
linux
/
arch
/
mips
/
boot
/
dts
/
xilfpga
/
nexys4ddr.dts
Top
File metadata and controls
Code
Blame
46 lines (37 loc) · 830 Bytes
Raw
/dts-v1/; #include "microAptiv.dtsi" / { compatible = "digilent,nexys4ddr"; memory { device_type = "memory"; reg = <0x0 0x08000000>; }; cpuintc: interrupt-controller { #address-cells = <0>; #interrupt-cells = <1>; interrupt-controller; compatible = "mti,cpu-interrupt-controller"; }; axi_gpio: gpio@10600000 { #gpio-cells = <1>; compatible = "xlnx,xps-gpio-1.00.a"; gpio-controller; reg = <0x10600000 0x10000>; xlnx,all-inputs = <0x0>; xlnx,dout-default = <0x0>; xlnx,gpio-width = <0x16>; xlnx,interrupt-present = <0x0>; xlnx,is-dual = <0x0>; xlnx,tri-default = <0xffffffff>; } ; axi_uart16550: serial@10400000 { compatible = "ns16550a"; reg = <0x10400000 0x10000>; reg-shift = <2>; reg-offset = <0x1000>; clocks = <&ext>; }; }; &ext { clock-frequency = <50000000>; };
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
You can’t perform that action at this time.