Chris Packham | 4db944a | 2019-04-11 22:22:53 +1200 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| 2 | /* |
| 3 | * Device Tree Include file for Marvell 98dx3336 family SoC |
| 4 | * |
| 5 | * Copyright (C) 2016 Allied Telesis Labs |
| 6 | * |
| 7 | * Contains definitions specific to the 98dx3236 SoC that are not |
| 8 | * common to all Armada XP SoCs. |
| 9 | */ |
| 10 | |
| 11 | #include "armada-xp-98dx3236.dtsi" |
| 12 | |
| 13 | / { |
| 14 | model = "Marvell 98DX3336 SoC"; |
| 15 | compatible = "marvell,armadaxp-98dx3336", "marvell,armadaxp-98dx3236", "marvell,armada-370-xp"; |
| 16 | |
| 17 | cpus { |
| 18 | cpu@1 { |
| 19 | device_type = "cpu"; |
| 20 | compatible = "marvell,sheeva-v7"; |
| 21 | reg = <1>; |
| 22 | clocks = <&cpuclk 1>; |
| 23 | clock-latency = <1000000>; |
| 24 | }; |
| 25 | }; |
| 26 | |
| 27 | soc { |
| 28 | internal-regs { |
| 29 | resume@20980 { |
| 30 | compatible = "marvell,98dx3336-resume-ctrl"; |
| 31 | reg = <0x20980 0x10>; |
| 32 | }; |
| 33 | }; |
| 34 | }; |
| 35 | }; |
| 36 | |
| 37 | &pp0 { |
| 38 | compatible = "marvell,prestera-98dx3336", "marvell,prestera"; |
| 39 | }; |