Searched +full:da850 +full:- +full:ahci (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/ata/ti,da850-ahci.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: TI DA850 AHCI SATA Controller10 - Animesh Agarwal <animeshagarwal28@gmail.com>14 const: ti,da850-ahci18 - description: Address and size of the register map as defined by the AHCI 1.1 standard.19 - description:27 - compatible[all …]
1 Device tree binding for the TI DA850 AHCI SATA Controller2 ---------------------------------------------------------5 - compatible: must be "ti,da850-ahci"6 - reg: physical base addresses and sizes of the two register regions8 AHCI 1.1 standard and the Power Down Control Register (PWRDN)10 - interrupts: interrupt specifier (refer to the interrupt binding)15 compatible = "ti,da850-ahci";
1 // SPDX-License-Identifier: GPL-2.0-or-later6 #include <dt-bindings/interrupt-controller/irq.h>9 #address-cells = <1>;10 #size-cells = <1>;20 #address-cells = <1>;21 #size-cells = <0>;24 compatible = "arm,arm926ej-s";28 operating-points-v2 = <&opp_table>;32 opp_table: opp-table {33 compatible = "operating-points-v2";[all …]