mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
ARM: dts: sun8i: v3s: Add RGB666 LCD PE pins definition
The V3s (and other packages) supports RGB666 LCD output on PE pins. Signed-off-by: Paul Kocialkowski <paulk@sys-base.io> Link: https://patch.msgid.link/20250701201534.815513-1-paulk@sys-base.io Signed-off-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
parent
61977ccf65
commit
fdc0682e11
|
|
@ -411,6 +411,15 @@ i2c1_pe_pins: i2c1-pe-pins {
|
|||
function = "i2c1";
|
||||
};
|
||||
|
||||
/omit-if-no-ref/
|
||||
lcd_rgb666_pe_pins: lcd-rgb666-pe-pins {
|
||||
pins = "PE0", "PE1", "PE2", "PE3", "PE4", "PE5",
|
||||
"PE6", "PE7", "PE8", "PE9", "PE10", "PE11",
|
||||
"PE12", "PE13", "PE14", "PE15", "PE16", "PE17",
|
||||
"PE18", "PE19", "PE23", "PE24";
|
||||
function = "lcd";
|
||||
};
|
||||
|
||||
uart0_pb_pins: uart0-pb-pins {
|
||||
pins = "PB8", "PB9";
|
||||
function = "uart0";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user