Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: sa8775p: add a node for EMAC1

Add a node for the second MAC on sa8775p platforms.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Andrew Halaney <ahalaney@redhat.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Tested-by: Andrew Halaney <ahalaney@redhat.com>
Link: https://lore.kernel.org/r/20230810080909.6259-3-brgl@bgdev.pl
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Bartosz Golaszewski and committed by
Bjorn Andersson
e952348a 31cd8caf

+33
+33
arch/arm64/boot/dts/qcom/sa8775p.dtsi
··· 2325 2325 #freq-domain-cells = <1>; 2326 2326 }; 2327 2327 2328 + ethernet1: ethernet@23000000 { 2329 + compatible = "qcom,sa8775p-ethqos"; 2330 + reg = <0x0 0x23000000 0x0 0x10000>, 2331 + <0x0 0x23016000 0x0 0x100>; 2332 + reg-names = "stmmaceth", "rgmii"; 2333 + 2334 + interrupts = <GIC_SPI 929 IRQ_TYPE_LEVEL_HIGH>; 2335 + interrupt-names = "macirq"; 2336 + 2337 + clocks = <&gcc GCC_EMAC1_AXI_CLK>, 2338 + <&gcc GCC_EMAC1_SLV_AHB_CLK>, 2339 + <&gcc GCC_EMAC1_PTP_CLK>, 2340 + <&gcc GCC_EMAC1_PHY_AUX_CLK>; 2341 + clock-names = "stmmaceth", 2342 + "pclk", 2343 + "ptp_ref", 2344 + "phyaux"; 2345 + 2346 + power-domains = <&gcc EMAC1_GDSC>; 2347 + 2348 + phys = <&serdes1>; 2349 + phy-names = "serdes"; 2350 + 2351 + iommus = <&apps_smmu 0x140 0xf>; 2352 + 2353 + snps,tso; 2354 + snps,pbl = <32>; 2355 + rx-fifo-depth = <16384>; 2356 + tx-fifo-depth = <16384>; 2357 + 2358 + status = "disabled"; 2359 + }; 2360 + 2328 2361 ethernet0: ethernet@23040000 { 2329 2362 compatible = "qcom,sa8775p-ethqos"; 2330 2363 reg = <0x0 0x23040000 0x0 0x10000>,