Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Communication][Analog] Analog com DTS fragment does not contain all pinout possibilities for TWIST but only the default one. #46

Open
jalinei opened this issue May 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request Low priority

Comments

@jalinei
Copy link
Contributor

jalinei commented May 2, 2024

		analog: analog-comm {
			compatible = "adc-channels";
			channel-name = "ANALOG_COMM";
			default-gain = <0x3f800000>;
			default-offset = <0x00000000>;
			spin-pin = <35>;
			extra-sensor-adc2 {
				io-channels = <&adc2 5>;
			};
		};
	};

Should also contain io-channels = < &adc4 0x5 >; as it is a valid pin that can be connected through jumpers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Low priority
Projects
None yet
Development

No branches or pull requests

2 participants