Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit211d5dc

Browse files
Ayush1325DhruvaG2000
authored andcommitted
variants: beagleconnect_freedom: Remove unnecessary nodes
- ADC and PWM is now enabled in the base devicetree of beagleconnect freedom [0]. Hence no need to enable it here.[0]:zephyrproject-rtos/zephyr#78667Signed-off-by: Ayush Singh <ayush@beagleboard.org>
1 parentb533b81 commit211d5dc

File tree

1 file changed

+0
-95
lines changed

1 file changed

+0
-95
lines changed

‎variants/beagleconnect_freedom/beagleconnect_freedom.overlay‎

Lines changed: 0 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -63,98 +63,3 @@
6363
spis = <&spi0>;
6464
};
6565
};
66-
67-
&pinctrl {
68-
pwm0_default: pwm0_default {
69-
pinmux = <17 IOC_PORT_MCU_PORT_EVENT1>;
70-
bias-disable;
71-
drive-strength = <2>;
72-
};
73-
74-
pwm1_default: pwm1_default {
75-
pinmux = <19 IOC_PORT_MCU_PORT_EVENT3>;
76-
bias-disable;
77-
drive-strength = <2>;
78-
};
79-
};
80-
81-
&gpt0 {
82-
status = "okay";
83-
};
84-
85-
&gpt1 {
86-
status = "okay";
87-
};
88-
89-
&pwm0 {
90-
status = "okay";
91-
pinctrl-0 = <&pwm0_default>;
92-
pinctrl-names = "default";
93-
};
94-
95-
&pwm1 {
96-
status = "okay";
97-
pinctrl-0 = <&pwm1_default>;
98-
pinctrl-names = "default";
99-
};
100-
101-
&adc0 {
102-
status = "okay";
103-
104-
#address-cells = <1>;
105-
#size-cells = <0>;
106-
107-
/* MB1 AN */
108-
channel@9 {
109-
reg = <9>;
110-
zephyr,gain = "ADC_GAIN_1";
111-
zephyr,reference = "ADC_REF_INTERNAL";
112-
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
113-
zephyr,resolution = <12>;
114-
};
115-
116-
/* MB2 AN */
117-
channel@a {
118-
reg = <10>;
119-
zephyr,gain = "ADC_GAIN_1";
120-
zephyr,reference = "ADC_REF_INTERNAL";
121-
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
122-
zephyr,resolution = <12>;
123-
};
124-
125-
/* MB1/2 SCL */
126-
channel@b {
127-
reg = <11>;
128-
zephyr,gain = "ADC_GAIN_1";
129-
zephyr,reference = "ADC_REF_INTERNAL";
130-
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
131-
zephyr,resolution = <12>;
132-
};
133-
134-
/* MB1/2 SDA */
135-
channel@c {
136-
reg = <12>;
137-
zephyr,gain = "ADC_GAIN_1";
138-
zephyr,reference = "ADC_REF_INTERNAL";
139-
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
140-
zephyr,resolution = <12>;
141-
};
142-
143-
/* MB2 CS */
144-
channel@d {
145-
reg = <13>;
146-
zephyr,gain = "ADC_GAIN_1";
147-
zephyr,reference = "ADC_REF_INTERNAL";
148-
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
149-
zephyr,resolution = <12>;
150-
};
151-
152-
/* MB1 CS */
153-
channel@e {
154-
reg = <14>;
155-
zephyr,gain = "ADC_GAIN_1";
156-
zephyr,reference = "ADC_REF_INTERNAL";
157-
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
158-
zephyr,resolution = <12>;
159-
};
160-
};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp