File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 753753 clock-names = "pclk", "gclk";
754754 };
755755
756+ ssc0: sound@e180c000 {
757+ compatible = "atmel,at91sam9g45-ssc";
758+ reg = <0xe180c000 0x1000>;
759+ #sound-dai-cells = <0>;
760+ interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
761+ dmas = <&dma0 AT91_XDMAC_DT_PERID(44)>,
762+ <&dma0 AT91_XDMAC_DT_PERID(45)>;
763+ dma-names = "rx", "tx";
764+ clocks = <&pmc PMC_TYPE_PERIPHERAL 86>;
765+ clock-names = "pclk";
766+ status = "disabled";
767+ };
768+
756769 aes: crypto@e1810000 {
757770 compatible = "atmel,at91sam9g46-aes";
758771 reg = <0xe1810000 0x100>;
848861 };
849862 };
850863
864+ ssc1: sound@e200c000 {
865+ compatible = "atmel,at91sam9g45-ssc";
866+ reg = <0xe200c000 0x1000>;
867+ #sound-dai-cells = <0>;
868+ interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
869+ dmas = <&dma0 AT91_XDMAC_DT_PERID(46)>,
870+ <&dma0 AT91_XDMAC_DT_PERID(47)>;
871+ dma-names = "rx", "tx";
872+ clocks = <&pmc PMC_TYPE_PERIPHERAL 87>;
873+ clock-names = "pclk";
874+ status = "disabled";
875+ };
876+
851877 trng: rng@e2010000 {
852878 compatible = "microchip,sama7g5-trng", "atmel,at91sam9g45-trng";
853879 reg = <0xe2010000 0x100>;
You can’t perform that action at this time.
0 commit comments