Searched +full:ast2500 +full:- +full:sd +full:- +full:controller (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-or-later4 ---6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: ASPEED SD/SDIO/MMC Controller11 - Andrew Jeffery <andrew@aj.id.au>12 - Ryan Chen <ryanchen.aspeed@gmail.com>15 The ASPEED SD/SDIO/eMMC controller exposes two slots implementing the SDIO26 - aspeed,ast2400-sd-controller27 - aspeed,ast2500-sd-controller28 - aspeed,ast2600-sd-controller[all …]
1 // SPDX-License-Identifier: GPL-2.0+2 #include <dt-bindings/clock/aspeed-clock.h>3 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>7 compatible = "aspeed,ast2500";8 #address-cells = <1>;9 #size-cells = <1>;10 interrupt-parent = <&vic>;36 #address-cells = <1>;37 #size-cells = <0>;40 compatible = "arm,arm1176jzf-s";[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later4 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>6 #include <dt-bindings/clock/ast2600-clock.h>11 #address-cells = <1>;12 #size-cells = <1>;13 interrupt-parent = <&gic>;47 #address-cells = <1>;48 #size-cells = <0>;49 enable-method = "aspeed,ast2600-smp";[all …]