xref: /freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-kuroboxpro.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot/*
2*f126890aSEmmanuel Vadot * Device Tree file for Buffalo/Revogear Kurobox Pro
3*f126890aSEmmanuel Vadot *
4*f126890aSEmmanuel Vadot * Copyright (C) 2016
5*f126890aSEmmanuel Vadot * Roger Shimizu <rogershimizu@gmail.com>
6*f126890aSEmmanuel Vadot *
7*f126890aSEmmanuel Vadot * Based on the board file arch/arm/mach-orion5x/kurobox_pro-setup.c
8*f126890aSEmmanuel Vadot * Copyright (C) Ronen Shitrit <rshitrit@marvell.com>
9*f126890aSEmmanuel Vadot *
10*f126890aSEmmanuel Vadot * This file is dual-licensed: you can use it either under the terms
11*f126890aSEmmanuel Vadot * of the GPL or the X11 license, at your option. Note that this dual
12*f126890aSEmmanuel Vadot * licensing only applies to this file, and not this project as a
13*f126890aSEmmanuel Vadot * whole.
14*f126890aSEmmanuel Vadot *
15*f126890aSEmmanuel Vadot *  a) This file is free software; you can redistribute it and/or
16*f126890aSEmmanuel Vadot *     modify it under the terms of the GNU General Public License as
17*f126890aSEmmanuel Vadot *     published by the Free Software Foundation; either version 2 of the
18*f126890aSEmmanuel Vadot *     License, or (at your option) any later version.
19*f126890aSEmmanuel Vadot *
20*f126890aSEmmanuel Vadot *     This file is distributed in the hope that it will be useful,
21*f126890aSEmmanuel Vadot *     but WITHOUT ANY WARRANTY; without even the implied warranty of
22*f126890aSEmmanuel Vadot *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23*f126890aSEmmanuel Vadot *     GNU General Public License for more details.
24*f126890aSEmmanuel Vadot *
25*f126890aSEmmanuel Vadot * Or, alternatively,
26*f126890aSEmmanuel Vadot *
27*f126890aSEmmanuel Vadot *  b) Permission is hereby granted, free of charge, to any person
28*f126890aSEmmanuel Vadot *     obtaining a copy of this software and associated documentation
29*f126890aSEmmanuel Vadot *     files (the "Software"), to deal in the Software without
30*f126890aSEmmanuel Vadot *     restriction, including without limitation the rights to use,
31*f126890aSEmmanuel Vadot *     copy, modify, merge, publish, distribute, sublicense, and/or
32*f126890aSEmmanuel Vadot *     sell copies of the Software, and to permit persons to whom the
33*f126890aSEmmanuel Vadot *     Software is furnished to do so, subject to the following
34*f126890aSEmmanuel Vadot *     conditions:
35*f126890aSEmmanuel Vadot *
36*f126890aSEmmanuel Vadot *     The above copyright notice and this permission notice shall be
37*f126890aSEmmanuel Vadot *     included in all copies or substantial portions of the Software.
38*f126890aSEmmanuel Vadot *
39*f126890aSEmmanuel Vadot *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
40*f126890aSEmmanuel Vadot *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
41*f126890aSEmmanuel Vadot *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
42*f126890aSEmmanuel Vadot *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
43*f126890aSEmmanuel Vadot *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
44*f126890aSEmmanuel Vadot *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
45*f126890aSEmmanuel Vadot *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
46*f126890aSEmmanuel Vadot *     OTHER DEALINGS IN THE SOFTWARE.
47*f126890aSEmmanuel Vadot */
48*f126890aSEmmanuel Vadot
49*f126890aSEmmanuel Vadot/dts-v1/;
50*f126890aSEmmanuel Vadot
51*f126890aSEmmanuel Vadot#include "orion5x-linkstation.dtsi"
52*f126890aSEmmanuel Vadot#include <dt-bindings/gpio/gpio.h>
53*f126890aSEmmanuel Vadot
54*f126890aSEmmanuel Vadot/ {
55*f126890aSEmmanuel Vadot	model = "Buffalo/Revogear Kurobox Pro";
56*f126890aSEmmanuel Vadot	compatible = "buffalo,kurobox-pro", "marvell,orion5x-88f5182", "marvell,orion5x";
57*f126890aSEmmanuel Vadot
58*f126890aSEmmanuel Vadot	soc {
59*f126890aSEmmanuel Vadot		ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000>,
60*f126890aSEmmanuel Vadot				 <MBUS_ID(0x09, 0x00) 0 0xf2200000 0x800>,
61*f126890aSEmmanuel Vadot				 <MBUS_ID(0x01, 0x0f) 0 0xf4000000 0x40000>,
62*f126890aSEmmanuel Vadot				 <MBUS_ID(0x01, 0x1e) 0 0xfc000000 0x1000000>;
63*f126890aSEmmanuel Vadot	};
64*f126890aSEmmanuel Vadot
65*f126890aSEmmanuel Vadot	memory { /* 128 MB */
66*f126890aSEmmanuel Vadot		device_type = "memory";
67*f126890aSEmmanuel Vadot		reg = <0x00000000 0x8000000>;
68*f126890aSEmmanuel Vadot	};
69*f126890aSEmmanuel Vadot};
70*f126890aSEmmanuel Vadot
71*f126890aSEmmanuel Vadot&pinctrl {
72*f126890aSEmmanuel Vadot	pmx_power_hdd: pmx-power-hdd {
73*f126890aSEmmanuel Vadot		marvell,pins = "mpp1";
74*f126890aSEmmanuel Vadot		marvell,function = "gpio";
75*f126890aSEmmanuel Vadot	};
76*f126890aSEmmanuel Vadot
77*f126890aSEmmanuel Vadot	pmx_power_usb: pmx-power-usb {
78*f126890aSEmmanuel Vadot		marvell,pins = "mpp9";
79*f126890aSEmmanuel Vadot		marvell,function = "gpio";
80*f126890aSEmmanuel Vadot	};
81*f126890aSEmmanuel Vadot};
82*f126890aSEmmanuel Vadot
83*f126890aSEmmanuel Vadot&devbus_cs0 {
84*f126890aSEmmanuel Vadot	status = "okay";
85*f126890aSEmmanuel Vadot	compatible = "marvell,orion-nand";
86*f126890aSEmmanuel Vadot	reg = <MBUS_ID(0x01, 0x1e) 0 0x400>;
87*f126890aSEmmanuel Vadot	cle = <0>;
88*f126890aSEmmanuel Vadot	ale = <1>;
89*f126890aSEmmanuel Vadot	bank-width = <1>;
90*f126890aSEmmanuel Vadot
91*f126890aSEmmanuel Vadot	partitions {
92*f126890aSEmmanuel Vadot		compatible = "fixed-partitions";
93*f126890aSEmmanuel Vadot		#address-cells = <1>;
94*f126890aSEmmanuel Vadot		#size-cells = <1>;
95*f126890aSEmmanuel Vadot
96*f126890aSEmmanuel Vadot		uImage@0 { /* 4 MB */
97*f126890aSEmmanuel Vadot			reg = <0 0x400000>;
98*f126890aSEmmanuel Vadot			read-only;
99*f126890aSEmmanuel Vadot		};
100*f126890aSEmmanuel Vadot
101*f126890aSEmmanuel Vadot		rootfs@400000 { /* 64 MB */
102*f126890aSEmmanuel Vadot			reg = <0x400000 0x4000000>;
103*f126890aSEmmanuel Vadot			read-only;
104*f126890aSEmmanuel Vadot		};
105*f126890aSEmmanuel Vadot
106*f126890aSEmmanuel Vadot		extra@4400000 { /* 188 MB */
107*f126890aSEmmanuel Vadot			reg = <0x4400000 0xBC00000>;
108*f126890aSEmmanuel Vadot			read-only;
109*f126890aSEmmanuel Vadot		};
110*f126890aSEmmanuel Vadot	};
111*f126890aSEmmanuel Vadot};
112*f126890aSEmmanuel Vadot
113*f126890aSEmmanuel Vadot&hdd_power {
114*f126890aSEmmanuel Vadot	gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
115*f126890aSEmmanuel Vadot};
116*f126890aSEmmanuel Vadot
117*f126890aSEmmanuel Vadot&usb_power {
118*f126890aSEmmanuel Vadot	gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
119*f126890aSEmmanuel Vadot};
120*f126890aSEmmanuel Vadot
121*f126890aSEmmanuel Vadot&sata {
122*f126890aSEmmanuel Vadot	nr-ports = <2>;
123*f126890aSEmmanuel Vadot};
124*f126890aSEmmanuel Vadot
125*f126890aSEmmanuel Vadot&ehci1 {
126*f126890aSEmmanuel Vadot	status = "okay";
127*f126890aSEmmanuel Vadot};
128