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
60073f1f
Commit
60073f1f
authored
6 years ago
by
Jeremy Stashluk
Committed by
Robert Nelson
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
gssi: dts: serial devices
parent
3510a85a
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-serial.dtsi
+72
-0
72 additions, 0 deletions
src/arm/gssi-27-009-serial.dtsi
with
73 additions
and
0 deletions
src/arm/am57xx-beagle-x15-gssi.dts
+
1
−
0
View file @
60073f1f
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
#include "gssi-27-009-rts-cyclone.dtsi"
#include "gssi-27-009-rts-cyclone.dtsi"
#include "gssi-27-009-rts-hv.dtsi"
#include "gssi-27-009-rts-hv.dtsi"
#include "gssi-27-009-rts-pru.dtsi"
#include "gssi-27-009-rts-pru.dtsi"
#include "gssi-27-009-serial.dtsi"
#include "gssi-27-009-wl1837.dtsi"
#include "gssi-27-009-wl1837.dtsi"
/ {
/ {
...
...
This diff is collapsed.
Click to expand it.
src/arm/gssi-27-009-serial.dtsi
0 → 100644
+
72
−
0
View file @
60073f1f
&dra7_pmx_core {
battery_pins: pinmux_battery_pins {
pinctrl-single,pins = <
DRA7XX_CORE_IOPAD(0x36b0, PIN_INPUT_PULLUP | MUX_MODE10) /* J14 mcasp1_fsr i2c4_scl */
DRA7XX_CORE_IOPAD(0x36ac, PIN_INPUT_PULLUP | MUX_MODE10) /* B14 mcasp1_aclkr i2c4_sda */
>;
};
eqep1_pins: pinmux_eqep1_pins {
pinctrl-single,pins = <
DRA7XX_CORE_IOPAD(0x350c, PIN_INPUT | MUX_MODE10) /* AG6 vin1a_d6 eQEP2A_in */
DRA7XX_CORE_IOPAD(0x3510, PIN_INPUT | MUX_MODE10) /* AH4 vin1a_d7 eQEP2B_in */
>;
};
uart8_pins: pinmux_uart8_pins {
pinctrl-single,pins = <
DRA7XX_CORE_IOPAD(0x3734, PIN_INPUT_PULLUP | MUX_MODE3 ) /* C18 mcasp4_aclkx uart8_rxd */
DRA7XX_CORE_IOPAD(0x3738, PIN_OUTPUT_PULLDOWN | MUX_MODE3 ) /* A21 mcasp4_fsx uart8_txd */
>;
};
};
&epwmss1 {
status = "okay";
ranges = <0x48440000 0x48440000 0x1000>;
module {
reg = <0x48440000 0x1000>;
compatible = "uio";
symlink = "uio/pwmss1/module";
};
};
&eqep1 {
compatible = "uio";
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&eqep1_pins>;
symlink = "uio/pwmss1/qep";
count_mode = <0>;
swap_inputs = <0>;
invert_qa = <0>;
invert_qb = <0>;
invert_qi = <0>;
invert_qs = <0>;
};
&i2c4 {
pinctrl-names = "default";
pinctrl-0 = <&battery_pins>;
status = "okay";
battery: sbs-battery@b {
compatible = "sbs,sbs-battery";
reg = <0x0b>;
sbs,poll-retry-count = <100>;
sbs,i2c-retry-count = <100>;
};
eeprom_ant: eeprom-ant@50 {
compatible = "atmel,24c32";
reg = <0x50>;
};
};
&uart8 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&uart8_pins>;
};
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