mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
arm64: dts: rp1: Add ethernet DT node
Add macb GEM ethernet DT node. Signed-off-by: Stanimir Varbanov <svarbanov@suse.de> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://lore.kernel.org/r/20250822093440.53941-5-svarbanov@suse.de Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
This commit is contained in:
parent
725386ca19
commit
cbdd3e7613
|
|
@ -39,4 +39,20 @@ rp1_gpio: pinctrl@400d0000 {
|
|||
<1 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<2 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
rp1_eth: ethernet@40100000 {
|
||||
compatible = "raspberrypi,rp1-gem";
|
||||
reg = <0x00 0x40100000 0x0 0x4000>;
|
||||
interrupts = <6 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&rp1_clocks RP1_CLK_SYS>,
|
||||
<&rp1_clocks RP1_CLK_SYS>,
|
||||
<&rp1_clocks RP1_CLK_ETH>,
|
||||
<&rp1_clocks RP1_CLK_ETH_TSU>;
|
||||
clock-names = "pclk", "hclk", "tx_clk", "tsu_clk";
|
||||
local-mac-address = [00 00 00 00 00 00];
|
||||
status = "disabled";
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user