Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
beagleboard-devicetrees
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioroboticslab
robofish
electrofish
vendor
beagleboard-devicetrees
Commits
3510a85a
Commit
3510a85a
authored
6 years ago
by
Jeremy Stashluk
Committed by
Robert Nelson
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
gssi: dts: rts high voltage
parent
12c01c7b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/arm/am57xx-beagle-x15-gssi.dts
+1
-0
1 addition, 0 deletions
src/arm/am57xx-beagle-x15-gssi.dts
src/arm/gssi-27-009-rts-hv.dtsi
+44
-0
44 additions, 0 deletions
src/arm/gssi-27-009-rts-hv.dtsi
with
45 additions
and
0 deletions
src/arm/am57xx-beagle-x15-gssi.dts
+
1
−
0
View file @
3510a85a
#include "am57xx-beagle-x15-common.dtsi"
#include "am57xx-cmem.dtsi"
#include "gssi-27-009-rts-cyclone.dtsi"
#include "gssi-27-009-rts-hv.dtsi"
#include "gssi-27-009-rts-pru.dtsi"
#include "gssi-27-009-wl1837.dtsi"
...
...
This diff is collapsed.
Click to expand it.
src/arm/gssi-27-009-rts-hv.dtsi
0 → 100644
+
44
−
0
View file @
3510a85a
/ {
rts_hv_regulator: gpio-regulator {
compatible = "regulator-gpio";
regulator-name = "gpr-high-voltage-supply";
regulator-min-microvolt = <50000000>;
regulator-max-microvolt = <120000000>;
enable-gpio = <&gpio2 20 GPIO_ACTIVE_HIGH>;
gpios = <
&gpio2 25 GPIO_ACTIVE_HIGH
&gpio2 23 GPIO_ACTIVE_HIGH
&gpio2 28 GPIO_ACTIVE_HIGH
>;
states = <
50000000 0x7
60000000 0x6
70000000 0x5
80000000 0x4
90000000 0x3
100000000 0x2
110000000 0x1
120000000 0x0>;
startup-delay-us = <100000>;
enable-active-high;
};
rts_bistatic_enable@5 {
compatible = "regulator-fixed";
regulator-name = "rts-bistatic-enable";
pinctrl-names = "default";
pinctrl-0 = <&rts_bistatic_pins>;
gpio = <&gpio2 19 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
};
&dra7_pmx_core {
rts_bistatic_pins: pinmux_rts_bistatic_pins {
pinctrl-single,pins = <
DRA7XX_CORE_IOPAD(0x34B4, PIN_OUTPUT_PULLDOWN | MUX_MODE14) /* T01 gpmc_cs0 gpio2_19 */
>;
};
};
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment