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
1
Pull requests
0
Actions
Projects
0
Wiki
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Files
cfc8be0
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
Makefile
bcm3368-netgear-cvg834g.dts
bcm3368.dtsi
bcm3384_viper.dtsi
bcm3384_zephyr.dtsi
bcm63268-comtrend-vr-3032u.dts
bcm63268.dtsi
bcm6328.dtsi
bcm6358-neufbox4-sercomm.dts
bcm6358.dtsi
bcm6362-neufbox6-sercomm.dts
bcm6362.dtsi
bcm6368.dtsi
bcm7125.dtsi
bcm7346.dtsi
bcm7358.dtsi
bcm7360.dtsi
bcm7362.dtsi
bcm7420.dtsi
bcm7425.dtsi
bcm7435.dtsi
bcm93384wvg.dts
bcm93384wvg_viper.dts
bcm96368mvwg.dts
bcm97125cbmb.dts
bcm97346dbsmb.dts
bcm97358svmb.dts
bcm97360svmb.dts
bcm97362svmb.dts
bcm97420c.dts
bcm97425svmb.dts
bcm97435svmb.dts
bcm97xxx-nand-cs1-bch24.dtsi
bcm97xxx-nand-cs1-bch4.dtsi
bcm9ejtagprb.dts
cavium-octeon
include
ingenic
lantiq
mti
netlogic
pic32
qca
ralink
xilfpga
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
.cocciconfig
.get_maintainer.ignore
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
REPORTING-BUGS
Breadcrumbs
linux
/
arch
/
mips
/
boot
/
dts
/
brcm
/
bcm97346dbsmb.dts
Copy path
Blame
Blame
Latest commit
History
History
111 lines (84 loc) · 1.03 KB
Breadcrumbs
linux
/
arch
/
mips
/
boot
/
dts
/
brcm
/
bcm97346dbsmb.dts
Top
File metadata and controls
Code
Blame
111 lines (84 loc) · 1.03 KB
Raw
/dts-v1/; /include/ "bcm7346.dtsi" /include/ "bcm97xxx-nand-cs1-bch24.dtsi" / { compatible = "brcm,bcm97346dbsmb", "brcm,bcm7346"; model = "Broadcom BCM97346DBSMB"; memory@0 { device_type = "memory"; reg = <0x00000000 0x10000000>, <0x20000000 0x30000000>; }; chosen { bootargs = "console=ttyS0,115200"; stdout-path = &uart0; }; }; &uart0 { status = "okay"; }; &uart1 { status = "okay"; }; &uart2 { status = "okay"; }; &bsca { status = "okay"; }; &bscb { status = "okay"; }; &bscc { status = "okay"; }; &bscd { status = "okay"; }; &bsce { status = "okay"; }; &pwma { status = "okay"; }; &pwmb { status = "okay"; }; &enet0 { status = "okay"; }; &ehci0 { status = "okay"; }; &ohci0 { status = "okay"; }; &ehci1 { status = "okay"; }; &ohci1 { status = "okay"; }; &ehci2 { status = "okay"; }; &ohci2 { status = "okay"; }; &ehci3 { status = "okay"; }; &ohci3 { status = "okay"; }; &nand { status = "okay"; }; &sata { status = "okay"; }; &sata_phy { status = "okay"; }; &sdhci0 { status = "okay"; };
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
You can’t perform that action at this time.