28 Aug, 2017

1 commit


07 Jun, 2017

3 commits

  • Add the required DT parts to enable Ethernet (dwmac-sun8i driver) on
    the Orange Pi Prime board. It uses an external Realtek RTL8211E PHY
    connected via RGMII to provide GbE network.

    This includes the regulator (which is controlled by a GPIO pin) and
    the actual Ethernet MAC node, referring the RGMII pins of the device.

    Signed-off-by: Icenowy Zheng
    Signed-off-by: Maxime Ripard

    Icenowy Zheng
     
  • The reg_vcc3v3 node is wrongly placed at the start of the / part, but
    not with other fixed regulators used by the board, which makes the
    device nodes unsorted.

    As Orange Pi Prime and Nano Pi NEO2 device trees are copy'n'paste works,
    they share the device node unsorted issue.

    Fix this by move reg_vcc3v3 node to the position before reg_usb0_vbus.

    Signed-off-by: Icenowy Zheng
    Signed-off-by: Maxime Ripard

    Icenowy Zheng
     
  • Orange Pi Prime is a new Allwinner H5-based SBC by Xunlong.

    It's like a Orange Pi Plus 2E with H3 replaced with H5, eMMC replaced
    with onboard SPI NOR Flash and wireless card changed to Realtek
    RTL8723BS (with Bluetooth functionality).

    Signed-off-by: Icenowy Zheng
    Signed-off-by: Maxime Ripard

    Icenowy Zheng