mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-16 11:41:36 +00:00
ARM: dts: rmobile: Extract AVB node extras on V3M Eagle
The AVB node is not complete in Linux 4.17 DTs on V3M Eagle, pull the AVB node extras into U-Boot specific DT until they hit mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> --- V2: Rebase on u-boot/master
This commit is contained in:
parent
830b94f768
commit
1172ade967
2 changed files with 20 additions and 11 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
#include "r8a77970-eagle.dts"
|
#include "r8a77970-eagle.dts"
|
||||||
#include "r8a77970-u-boot.dtsi"
|
#include "r8a77970-u-boot.dtsi"
|
||||||
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
aliases {
|
aliases {
|
||||||
|
@ -14,6 +15,25 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&avb {
|
||||||
|
pinctrl-0 = <&avb0_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
&phy0 {
|
||||||
|
reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&pfc {
|
||||||
|
avb0_pins: avb {
|
||||||
|
mux {
|
||||||
|
groups = "avb0_link", "avb0_mdio", "avb0_rgmii", "avb0_txcrefclk";
|
||||||
|
function = "avb0";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&rpc {
|
&rpc {
|
||||||
num-cs = <1>;
|
num-cs = <1>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
#include "r8a77970.dtsi"
|
#include "r8a77970.dtsi"
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Renesas Eagle board based on r8a77970";
|
model = "Renesas Eagle board based on r8a77970";
|
||||||
|
@ -32,8 +31,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&avb {
|
&avb {
|
||||||
pinctrl-0 = <&avb0_pins>;
|
|
||||||
pinctrl-names = "default";
|
|
||||||
renesas,no-ether-link;
|
renesas,no-ether-link;
|
||||||
phy-handle = <&phy0>;
|
phy-handle = <&phy0>;
|
||||||
phy-mode = "rgmii-id";
|
phy-mode = "rgmii-id";
|
||||||
|
@ -44,7 +41,6 @@
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
interrupt-parent = <&gpio1>;
|
interrupt-parent = <&gpio1>;
|
||||||
interrupts = <17 IRQ_TYPE_LEVEL_LOW>;
|
interrupts = <17 IRQ_TYPE_LEVEL_LOW>;
|
||||||
reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -72,13 +68,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&pfc {
|
&pfc {
|
||||||
avb0_pins: avb {
|
|
||||||
mux {
|
|
||||||
groups = "avb0_link", "avb0_mdio", "avb0_rgmii", "avb0_txcrefclk";
|
|
||||||
function = "avb0";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
i2c0_pins: i2c0 {
|
i2c0_pins: i2c0 {
|
||||||
groups = "i2c0";
|
groups = "i2c0";
|
||||||
function = "i2c0";
|
function = "i2c0";
|
||||||
|
|
Loading…
Add table
Reference in a new issue