Svyatoslav Ryhel fd211f85cc board: lg: x3-t30: switch to DM pinmux
Drop the pinmux setup in the board in favor of setting it up in
the device tree. Device tree nodes match nodes used for the Linux
device tree and are set according to the service manual.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2023-12-19 21:24:30 +02:00

13 lines
135 B
Plaintext

if TARGET_X3_T30
config SYS_BOARD
default "x3-t30"
config SYS_VENDOR
default "lg"
config SYS_CONFIG_NAME
default "x3-t30"
endif