| .. | .. |
|---|
| 1 | 1 | // SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | 2 | /* |
|---|
| 3 | | - * Device Tree Source for the Marzen board |
|---|
| 3 | + * Device Tree Source for the R-Car H1 (R8A77790) Marzen board |
|---|
| 4 | 4 | * |
|---|
| 5 | 5 | * Copyright (C) 2013 Renesas Solutions Corp. |
|---|
| 6 | 6 | * Copyright (C) 2013 Simon Horman |
|---|
| .. | .. |
|---|
| 21 | 21 | }; |
|---|
| 22 | 22 | |
|---|
| 23 | 23 | chosen { |
|---|
| 24 | | - bootargs = "ignore_loglevel root=/dev/nfs ip=on"; |
|---|
| 24 | + bootargs = "ignore_loglevel rw root=/dev/nfs ip=on"; |
|---|
| 25 | 25 | stdout-path = "serial0:115200n8"; |
|---|
| 26 | 26 | }; |
|---|
| 27 | 27 | |
|---|
| .. | .. |
|---|
| 48 | 48 | |
|---|
| 49 | 49 | gpios = <&gpio3 20 GPIO_ACTIVE_HIGH>; |
|---|
| 50 | 50 | gpios-states = <1>; |
|---|
| 51 | | - states = <3300000 1 |
|---|
| 52 | | - 1800000 0>; |
|---|
| 51 | + states = <3300000 1>, <1800000 0>; |
|---|
| 53 | 52 | }; |
|---|
| 54 | 53 | |
|---|
| 55 | 54 | ethernet@18000000 { |
|---|