Searched +full:pxa +full:- +full:u16 +full:- +full:align4 (Results 1 – 4 of 4) sorted by relevance
4 - compatible = "smsc,lan91c111";5 - reg : physical address and size of registers6 - interrupts : interrupt connection9 - phy-device : see ethernet.txt file in the same directory10 - reg-io-width : Mask of sizes (in bytes) of the IO accesses that13 16-bit access only.14 - power-gpios: GPIO to control the PWRDWN pin15 - reset-gpios: GPIO to control the RESET pin16 - pxa-u16-align4 : Boolean, put in place the workaround the force all17 u16 writes to be 32 bits aligned
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Smart Mixed-Signal Connectivity (SMSC) LAN91C9x/91C1xx Controller10 - Nicolas Pitre <nico@fluxnic.net>13 - $ref: ethernet-controller.yaml#25 reg-shift: true27 reg-io-width:31 reset-gpios:35 power-gpios:[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later4 * This is a driver for SMSC's 91C9x/91C1xx single-chip Ethernet devices.34 * 12/20/01 Jeff Sutherland initial port to Xscale PXA with DMA support37 * 29/09/03 Russell King - add driver model support38 * - ethtool support39 * - convert to use generic MII interface40 * - add link up/down notification41 * - don't try to handle full negotiation in43 * - clean up (and fix stack overrun) in PHY112 * Use power-down feature of the chip[all …]