1// SPDX-License-Identifier: GPL-2.0 2/* 3 * dts file for lg1313 SoC 4 * 5 * Copyright (C) 2016, LG Electronics 6 */ 7 8#include <dt-bindings/interrupt-controller/arm-gic.h> 9 10#include "lg131x.dtsi" 11 12/ { 13 compatible = "lge,lg1313"; 14 15 soc { 16 #address-cells = <2>; 17 #size-cells = <1>; 18 19 compatible = "simple-bus"; 20 interrupt-parent = <&gic>; 21 ranges; 22 23 eth0: ethernet@c3700000 { 24 compatible = "cdns,gem"; 25 reg = <0x0 0xc3700000 0x1000>; 26 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; 27 clocks = <&clk_bus>, <&clk_bus>; 28 clock-names = "hclk", "pclk"; 29 phy-mode = "rmii"; 30 /* Filled in by boot */ 31 mac-address = [ 00 00 00 00 00 00 ]; 32 }; 33 }; 34}; 35