Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
64e76d89
Commit
64e76d89
authored
Apr 21, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added sensor port i2c support
parent
c15d7490
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
elphel393.dts
conf/machine/boards/elphel393/elphel393.dts
+12
-2
No files found.
conf/machine/boards/elphel393/elphel393.dts
View file @
64e76d89
...
...
@@ -84,10 +84,10 @@
elphel393_pwr
,
vp5
.
r2
=
<
100000
>;
elphel393_pwr
,
vldo18
.
r1
=
<
357000
>;
elphel393_pwr
,
vldo18
.
r2
=
<
287000
>;
elphel393_pwr
,
channels_disable
=
"vcc_sens23 vp33sens23"
;
elphel393_pwr
,
channels_disable
=
"vcc_sens23 vp33sens23
vcc_sens01 vp33sens01
"
;
elphel393_pwr
,
pinstrapped_oven
=
<
1
>;
elphel393_pwr
,
vcc_sens01_mv
=
<
2800
>;
/*
set
sensor
intreface
voltage
to
2.8
V
*/
elphel393_pwr
,
channels_enable
=
"vcc_sens01 vp33sens01"
;
/*
elphel393_pwr
,
channels_enable
=
"vcc_sens01 vp33sens01"
;
*/
}
;
elphel393_mem
:
elphel393
-
mem
@
0
{
...
...
@@ -120,4 +120,14 @@
/*
set
this
to
"disable"
to
disable
drivers
*/
status
=
"okay"
;
};
elphel393_sensor_i2c
:
elphel393
-
sensor
-
i2c
@
0
{
compatible
=
"elphel,elphel393-sensor-i2c-1.00"
;
/*
Add
known
devices
:
name
,
slave
address
(
7
-
bit
),
number
of
address
bytes
,
number
of
data
bytes
,
SCL
frequency
(
kHz
)
*/
elphel393
-
sensor
-
i2c
,
i2c_devices
=
"mt9f002 0x10 2 2 500"
,
"mt9p006 0x48 1 2 500"
,
"el10359 0x08 1 2 500"
,
"pca9500_eeprom 0x50 1 1 100"
,
"cy22393 0x69 1 1 100"
;
}
;
};
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment