Path: blob/main/sys/contrib/device-tree/Bindings/ata/ahci-dm816.txt
48377 views
Device tree binding for the TI DM816 AHCI SATA Controller1---------------------------------------------------------23Required properties:4- compatible: must be "ti,dm816-ahci"5- reg: physical base address and size of the register region used by6the controller (as defined by the AHCI 1.1 standard)7- interrupts: interrupt specifier (refer to the interrupt binding)8- clocks: list of phandle and clock specifier pairs (or only9phandles for clock providers with '0' defined for10#clock-cells); two clocks must be specified: the functional11clock and an external reference clock1213Example:1415sata: sata@4a140000 {16compatible = "ti,dm816-ahci";17reg = <0x4a140000 0x10000>;18interrupts = <16>;19clocks = <&sysclk5_ck>, <&sata_refclk>;20};212223