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.

at v4.10 52 lines 938 B view raw
1/* 2 * Device Tree Source for the SK-RZG1E board 3 * 4 * Copyright (C) 2016 Cogent Embedded, Inc. 5 * 6 * This file is licensed under the terms of the GNU General Public License 7 * version 2. This program is licensed "as is" without any warranty of any 8 * kind, whether express or implied. 9 */ 10 11/dts-v1/; 12#include "r8a7745.dtsi" 13 14/ { 15 model = "SK-RZG1E"; 16 compatible = "renesas,sk-rzg1e", "renesas,r8a7745"; 17 18 aliases { 19 serial0 = &scif2; 20 }; 21 22 chosen { 23 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp"; 24 stdout-path = "serial0:115200n8"; 25 }; 26 27 memory@40000000 { 28 device_type = "memory"; 29 reg = <0 0x40000000 0 0x40000000>; 30 }; 31}; 32 33&extal_clk { 34 clock-frequency = <20000000>; 35}; 36 37&scif2 { 38 status = "okay"; 39}; 40 41&ether { 42 phy-handle = <&phy1>; 43 renesas,ether-link-active-low; 44 status = "okay"; 45 46 phy1: ethernet-phy@1 { 47 reg = <1>; 48 interrupt-parent = <&irqc>; 49 interrupts = <8 IRQ_TYPE_LEVEL_LOW>; 50 micrel,led-mode = <1>; 51 }; 52};