mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
ARM: dts: microchip: sama7d65: add LVDS controller
Add support for LVDS controller node Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com> Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev> Link: https://lore.kernel.org/r/20260225085430.480052-4-manikandan.m@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
This commit is contained in:
parent
b18c8aea6d
commit
d83734a0bd
|
|
@ -304,6 +304,15 @@ pwm {
|
|||
};
|
||||
};
|
||||
|
||||
lvdsc: lvds-controller@e1408000 {
|
||||
compatible = "microchip,sama7d65-lvds", "microchip,sam9x75-lvds";
|
||||
reg = <0xe1408000 0x100>;
|
||||
interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&pmc PMC_TYPE_PERIPHERAL 104>;
|
||||
clock-names = "pclk";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
aes: crypto@e1600000 {
|
||||
compatible = "microchip,sama7d65-aes", "atmel,at91sam9g46-aes";
|
||||
reg = <0xe1600000 0x100>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user