| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Support for peripherals on the AXS10x mainboard (VDK version) |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com) |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 7 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 8 | | - * published by the Free Software Foundation. |
|---|
| 9 | 6 | */ |
|---|
| 10 | 7 | |
|---|
| 11 | 8 | / { |
|---|
| .. | .. |
|---|
| 36 | 33 | }; |
|---|
| 37 | 34 | }; |
|---|
| 38 | 35 | |
|---|
| 39 | | - ethernet@0x18000 { |
|---|
| 36 | + ethernet@18000 { |
|---|
| 40 | 37 | #interrupt-cells = <1>; |
|---|
| 41 | 38 | compatible = "snps,dwmac"; |
|---|
| 42 | 39 | reg = < 0x18000 0x2000 >; |
|---|
| .. | .. |
|---|
| 49 | 46 | clock-names = "stmmaceth"; |
|---|
| 50 | 47 | }; |
|---|
| 51 | 48 | |
|---|
| 52 | | - ehci@0x40000 { |
|---|
| 49 | + ehci@40000 { |
|---|
| 53 | 50 | compatible = "generic-ehci"; |
|---|
| 54 | 51 | reg = < 0x40000 0x100 >; |
|---|
| 55 | 52 | interrupts = < 8 >; |
|---|
| 56 | 53 | }; |
|---|
| 57 | 54 | |
|---|
| 58 | | - uart@0x20000 { |
|---|
| 55 | + uart@20000 { |
|---|
| 59 | 56 | compatible = "snps,dw-apb-uart"; |
|---|
| 60 | 57 | reg = <0x20000 0x100>; |
|---|
| 61 | 58 | clock-frequency = <2403200>; |
|---|
| .. | .. |
|---|
| 65 | 62 | reg-io-width = <4>; |
|---|
| 66 | 63 | }; |
|---|
| 67 | 64 | |
|---|
| 68 | | - uart@0x21000 { |
|---|
| 65 | + uart@21000 { |
|---|
| 69 | 66 | compatible = "snps,dw-apb-uart"; |
|---|
| 70 | 67 | reg = <0x21000 0x100>; |
|---|
| 71 | 68 | clock-frequency = <2403200>; |
|---|
| .. | .. |
|---|
| 75 | 72 | reg-io-width = <4>; |
|---|
| 76 | 73 | }; |
|---|
| 77 | 74 | |
|---|
| 78 | | - uart@0x22000 { |
|---|
| 75 | + uart@22000 { |
|---|
| 79 | 76 | compatible = "snps,dw-apb-uart"; |
|---|
| 80 | 77 | reg = <0x22000 0x100>; |
|---|
| 81 | 78 | clock-frequency = <2403200>; |
|---|
| .. | .. |
|---|
| 101 | 98 | interrupt-names = "arc_ps2_irq"; |
|---|
| 102 | 99 | }; |
|---|
| 103 | 100 | |
|---|
| 104 | | - mmc@0x15000 { |
|---|
| 101 | + mmc@15000 { |
|---|
| 105 | 102 | compatible = "snps,dw-mshc"; |
|---|
| 106 | 103 | reg = <0x15000 0x400>; |
|---|
| 107 | 104 | fifo-depth = <1024>; |
|---|
| .. | .. |
|---|
| 117 | 114 | * Embedded Vision subsystem UIO mappings; only relevant for EV VDK |
|---|
| 118 | 115 | * |
|---|
| 119 | 116 | * This node is intentionally put outside of MB above becase |
|---|
| 120 | | - * it maps areas outside of MB's 0xEz-0xFz. |
|---|
| 117 | + * it maps areas outside of MB's 0xez-0xfz. |
|---|
| 121 | 118 | */ |
|---|
| 122 | | - uio_ev: uio@0xD0000000 { |
|---|
| 119 | + uio_ev: uio@d0000000 { |
|---|
| 123 | 120 | compatible = "generic-uio"; |
|---|
| 124 | | - reg = <0xD0000000 0x2000 0xD1000000 0x2000 0x90000000 0x10000000 0xC0000000 0x10000000>; |
|---|
| 121 | + reg = <0xd0000000 0x2000 0xd1000000 0x2000 0x90000000 0x10000000 0xc0000000 0x10000000>; |
|---|
| 125 | 122 | reg-names = "ev_gsa", "ev_ctrl", "ev_shared_mem", "ev_code_mem"; |
|---|
| 126 | 123 | interrupt-parent = <&mb_intc>; |
|---|
| 127 | 124 | interrupts = <23>; |
|---|