Duje Mihanović | 6afc73a | 2025-01-24 16:47:50 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
| 2 | #include "pxa1908.dtsi" |
| 3 | |
| 4 | / { |
| 5 | pxa,rev-id = <3928 2>; |
| 6 | model = "Samsung Galaxy Core Prime VE LTE"; |
| 7 | compatible = "samsung,coreprimevelte", "marvell,pxa1908"; |
| 8 | |
| 9 | aliases { |
| 10 | serial0 = &uart0; |
| 11 | }; |
| 12 | |
| 13 | chosen { |
| 14 | #address-cells = <2>; |
| 15 | #size-cells = <2>; |
| 16 | ranges; |
| 17 | |
| 18 | stdout-path = "serial0:115200n8"; |
| 19 | |
| 20 | /* S-Boot places the initramfs here */ |
| 21 | linux,initrd-start = <0x4d70000>; |
| 22 | linux,initrd-end = <0x5000000>; |
| 23 | |
| 24 | fb0: framebuffer@17177000 { |
| 25 | compatible = "simple-framebuffer"; |
| 26 | reg = <0 0x17177000 0 (480 * 800 * 4)>; |
| 27 | width = <480>; |
| 28 | height = <800>; |
| 29 | stride = <(480 * 4)>; |
| 30 | format = "a8r8g8b8"; |
| 31 | }; |
| 32 | }; |
| 33 | |
| 34 | memory { |
| 35 | device_type = "memory"; |
| 36 | reg = <0 0x1000000 0 0x3f000000>; |
| 37 | }; |
| 38 | |
| 39 | reserved-memory { |
| 40 | #address-cells = <2>; |
| 41 | #size-cells = <2>; |
| 42 | ranges; |
| 43 | |
| 44 | framebuffer@17000000 { |
| 45 | reg = <0 0x17000000 0 0x1800000>; |
| 46 | no-map; |
| 47 | }; |
| 48 | |
| 49 | gpu@9000000 { |
| 50 | reg = <0 0x9000000 0 0x1000000>; |
| 51 | }; |
| 52 | |
| 53 | /* Communications processor, aka modem */ |
| 54 | cp@5000000 { |
| 55 | reg = <0 0x5000000 0 0x3000000>; |
| 56 | }; |
| 57 | |
| 58 | cm3@a000000 { |
| 59 | reg = <0 0xa000000 0 0x80000>; |
| 60 | }; |
| 61 | |
| 62 | seclog@8000000 { |
| 63 | reg = <0 0x8000000 0 0x100000>; |
| 64 | }; |
| 65 | |
| 66 | ramoops@8100000 { |
| 67 | compatible = "ramoops"; |
| 68 | reg = <0 0x8100000 0 0x40000>; |
| 69 | record-size = <0x8000>; |
| 70 | console-size = <0x20000>; |
| 71 | max-reason = <5>; |
| 72 | }; |
| 73 | }; |
| 74 | }; |