Deleted Added
full compact
armada-xp-openblocks-ax3-4.dts (279385) armada-xp-openblocks-ax3-4.dts (295436)
1/*
2 * Device Tree file for OpenBlocks AX3-4 board
3 *
4 * Copyright (C) 2012 Marvell
5 *
6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 *
8 * This file is dual-licensed: you can use it either under the terms

--- 40 unchanged lines hidden (view full) ---

49#include <dt-bindings/input/input.h>
50#include "armada-xp-mv78260.dtsi"
51
52/ {
53 model = "PlatHome OpenBlocks AX3-4 board";
54 compatible = "plathome,openblocks-ax3-4", "marvell,armadaxp-mv78260", "marvell,armadaxp", "marvell,armada-370-xp";
55
56 chosen {
1/*
2 * Device Tree file for OpenBlocks AX3-4 board
3 *
4 * Copyright (C) 2012 Marvell
5 *
6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 *
8 * This file is dual-licensed: you can use it either under the terms

--- 40 unchanged lines hidden (view full) ---

49#include <dt-bindings/input/input.h>
50#include "armada-xp-mv78260.dtsi"
51
52/ {
53 model = "PlatHome OpenBlocks AX3-4 board";
54 compatible = "plathome,openblocks-ax3-4", "marvell,armadaxp-mv78260", "marvell,armadaxp", "marvell,armada-370-xp";
55
56 chosen {
57 bootargs = "console=ttyS0,115200 earlyprintk";
57 stdout-path = "serial0:115200n8";
58 };
59
60 memory {
61 device_type = "memory";
62 reg = <0 0x00000000 0 0x40000000>; /* 1 GB soldered on */
63 };
64
65 soc {
66 ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xd0000000 0x100000
67 MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
58 };
59
60 memory {
61 device_type = "memory";
62 reg = <0 0x00000000 0 0x40000000>; /* 1 GB soldered on */
63 };
64
65 soc {
66 ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xd0000000 0x100000
67 MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
68 MBUS_ID(0x01, 0x2f) 0 0 0xf0000000 0x8000000>;
68 MBUS_ID(0x01, 0x2f) 0 0 0xf0000000 0x8000000
69 MBUS_ID(0x09, 0x09) 0 0 0xf8100000 0x10000
70 MBUS_ID(0x09, 0x05) 0 0 0xf8110000 0x10000>;
69
70 devbus-bootcs {
71 status = "okay";
72
73 /* Device Bus parameters are required */
74
75 /* Read parameters */
76 devbus,bus-width = <16>;

--- 23 unchanged lines hidden (view full) ---

100 /* Internal mini-PCIe connector */
101 pcie@1,0 {
102 /* Port 0, Lane 0 */
103 status = "okay";
104 };
105 };
106
107 internal-regs {
71
72 devbus-bootcs {
73 status = "okay";
74
75 /* Device Bus parameters are required */
76
77 /* Read parameters */
78 devbus,bus-width = <16>;

--- 23 unchanged lines hidden (view full) ---

102 /* Internal mini-PCIe connector */
103 pcie@1,0 {
104 /* Port 0, Lane 0 */
105 status = "okay";
106 };
107 };
108
109 internal-regs {
110 rtc@10300 {
111 /* No crystal connected to the internal RTC */
112 status = "disabled";
113 };
108 serial@12000 {
109 status = "okay";
110 };
111 serial@12100 {
112 status = "okay";
113 };
114
115 leds {

--- 110 unchanged lines hidden ---
114 serial@12000 {
115 status = "okay";
116 };
117 serial@12100 {
118 status = "okay";
119 };
120
121 leds {

--- 110 unchanged lines hidden ---