Sinan Akman | 8b23b04 | 2020-04-04 01:16:46 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
| 2 | /* |
| 3 | * MPC8379E RDB Device Tree Source |
| 4 | * |
| 5 | * Copyright 2020 NXP |
| 6 | */ |
| 7 | |
| 8 | /dts-v1/; |
| 9 | |
| 10 | / { |
| 11 | compatible = "fsl,mpc8379erdb"; |
| 12 | |
| 13 | #address-cells = <1>; |
| 14 | #size-cells = <1>; |
| 15 | |
| 16 | cpus { |
| 17 | #address-cells = <1>; |
| 18 | #size-cells = <0>; |
| 19 | |
| 20 | PowerPC,8379@0 { |
| 21 | device_type = "cpu"; |
| 22 | reg = <0x0>; |
| 23 | d-cache-line-size = <32>; |
| 24 | i-cache-line-size = <32>; |
| 25 | d-cache-size = <32768>; |
| 26 | i-cache-size = <32768>; |
| 27 | timebase-frequency = <0>; |
| 28 | bus-frequency = <0>; |
| 29 | clock-frequency = <0>; |
| 30 | }; |
| 31 | }; |
| 32 | |
| 33 | memory { |
| 34 | device_type = "memory"; |
| 35 | reg = <0x00000000 0x10000000>; // 256MB at 0 |
| 36 | }; |
| 37 | |
| 38 | localbus@e0005000 { |
| 39 | #address-cells = <2>; |
| 40 | #size-cells = <1>; |
| 41 | compatible = "fsl,elbc", "simple-bus"; |
| 42 | reg = <0xe0005000 0x1000>; |
| 43 | interrupts = <77 0x8>; |
| 44 | interrupt-parent = <&ipic>; |
| 45 | }; |
| 46 | |
| 47 | immr@e0000000 { |
| 48 | #address-cells = <1>; |
| 49 | #size-cells = <1>; |
| 50 | device_type = "soc"; |
| 51 | compatible = "simple-bus"; |
| 52 | ranges = <0 0xe0000000 0x00100000>; |
| 53 | reg = <0xe0000000 0x00000200>; |
| 54 | bus-frequency = <0>; |
| 55 | |
| 56 | sdhc@2e000 { |
| 57 | compatible = "fsl,esdhc"; |
| 58 | reg = <0x2e000 0x1000>; |
| 59 | bus-width = <0x4>; |
| 60 | clock-frequency = <0>; |
| 61 | }; |
| 62 | |
| 63 | ipic: interrupt-controller@700 { |
| 64 | compatible = "fsl,ipic"; |
| 65 | interrupt-controller; |
| 66 | #address-cells = <0>; |
| 67 | #interrupt-cells = <2>; |
| 68 | reg = <0x700 0x100>; |
| 69 | device_type = "ipic"; |
| 70 | }; |
| 71 | |
| 72 | }; |
| 73 | |
| 74 | }; |