Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: atmel-sysreg: add bindings for sama7g5

Add RAM controller and RAM PHY controller DT bindings.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20210415105010.569620-17-claudiu.beznea@microchip.com

authored by

Claudiu Beznea and committed by
Nicolas Ferre
b6862714 7540629e

+13 -1
+13 -1
Documentation/devicetree/bindings/arm/atmel-sysregs.txt
··· 45 45 "atmel,at91sam9260-sdramc", 46 46 "atmel,at91sam9g45-ddramc", 47 47 "atmel,sama5d3-ddramc", 48 - "microchip,sam9x60-ddramc" 48 + "microchip,sam9x60-ddramc", 49 + "microchip,sama7g5-uddrc" 49 50 - reg: Should contain registers location and length 50 51 51 52 Examples: ··· 55 54 compatible = "atmel,at91sam9g45-ddramc"; 56 55 reg = <0xffffe800 0x200>; 57 56 }; 57 + 58 + RAMC PHY Controller required properties: 59 + - compatible: Should be "microchip,sama7g5-ddr3phy", "syscon" 60 + - reg: Should contain registers location and length 61 + 62 + Example: 63 + 64 + ddr3phy: ddr3phy@e3804000 { 65 + compatible = "microchip,sama7g5-ddr3phy", "syscon"; 66 + reg = <0xe3804000 0x1000>; 67 + }; 58 68 59 69 SHDWC Shutdown Controller 60 70