mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 09:28:44 -04:00
ARM: dts: microchip: sam9x7: Add LVDS controller
Add support for LVDS controller. Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com> Link: https://lore.kernel.org/r/20250625-b4-sam9x7-dts-v1-1-92aaee14ed16@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
This commit is contained in:
committed by
Claudiu Beznea
parent
5b4522098b
commit
7360dab3be
@@ -1115,6 +1115,15 @@ AT91_XDMAC_DT_PER_IF(1) |
|
||||
};
|
||||
};
|
||||
|
||||
lvds_controller: lvds-controller@f8060000 {
|
||||
compatible = "microchip,sam9x75-lvds";
|
||||
reg = <0xf8060000 0x100>;
|
||||
interrupts = <56 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
clocks = <&pmc PMC_TYPE_PERIPHERAL 56>;
|
||||
clock-names = "pclk";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
matrix: matrix@ffffde00 {
|
||||
compatible = "microchip,sam9x7-matrix", "atmel,at91sam9x5-matrix", "syscon";
|
||||
reg = <0xffffde00 0x200>;
|
||||
|
||||
Reference in New Issue
Block a user