Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,8 @@
<&gpioz 2 0>, /* analog only A10 */
<&gpioz 3 0>; /* analog only A11 */

builtin-led-gpios = <&gpioi 12 GPIO_ACTIVE_LOW>,
builtin-led-gpios = <&gpioj 13 GPIO_ACTIVE_LOW>,
<&gpioi 12 GPIO_ACTIVE_LOW>,
<&gpioj 13 GPIO_ACTIVE_LOW>,
<&gpioe 3 GPIO_ACTIVE_LOW>;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@
<&gpiob 14 0>, /* Modbus DE */
<&gpiob 13 0>; /* Modbus RE */

builtin-led-gpios = <&gpioe 5 0>,
<&gpioh 12 0>,
<&gpioh 11 0>;
builtin-led-gpios = <&gpioh 12 0>,
<&gpioh 11 0>,
<&gpioh 12 0>,
<&gpioe 5 0>;

adc-pin-gpios = <&gpioz 0 0>,
<&gpioz 1 0>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@



builtin-led-gpios = <&ioport1 7 GPIO_ACTIVE_LOW>,
builtin-led-gpios = <&ioport4 0 GPIO_ACTIVE_LOW>,
<&ioport1 7 GPIO_ACTIVE_LOW>,
<&ioport4 0 GPIO_ACTIVE_LOW>,
<&ioport8 0 GPIO_ACTIVE_LOW>;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ qspi_flash: &mx25l12833f {};
<&gpiok 6 0>, /* LEDG */
<&gpiok 7 0>; /* LEDB */

builtin-led-gpios = <&gpiok 5 0>,
builtin-led-gpios = <&gpiok 6 0>,
<&gpiok 5 0>,
<&gpiok 6 0>,
<&gpiok 7 0>;

Expand Down