x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git] / arch / arm / boot / dts / kirkwood-nsa310-common.dtsi
blob7c3f4bc4b7e42e025531afc6b9234f76945bc490
1 #include "kirkwood.dtsi"
2 #include "kirkwood-6281.dtsi"
4 / {
5         model = "ZyXEL NSA310";
7         mbus {
8                 pcie-controller {
9                         status = "okay";
11                         pcie@1,0 {
12                                 status = "okay";
13                         };
14                 };
15         };
17         ocp@f1000000 {
18                 pinctrl: pinctrl@10000 {
20                         pmx_usb_power_off: pmx-usb-power-off {
21                                 marvell,pins = "mpp21";
22                                 marvell,function = "gpio";
23                         };
24                         pmx_pwr_off: pmx-pwr-off {
25                                 marvell,pins = "mpp48";
26                                 marvell,function = "gpio";
27                         };
29                 };
31                 serial@12000 {
32                         status = "ok";
33                 };
35                 sata@80000 {
36                         status = "okay";
37                         nr-ports = <2>;
38                 };
40                 nand@3000000 {
41                         status = "okay";
42                         chip-delay = <35>;
44                         partition@0 {
45                                 label = "uboot";
46                                 reg = <0x0000000 0x0100000>;
47                                 read-only;
48                         };
49                         partition@100000 {
50                                 label = "uboot_env";
51                                 reg = <0x0100000 0x0080000>;
52                         };
53                         partition@180000 {
54                                 label = "key_store";
55                                 reg = <0x0180000 0x0080000>;
56                         };
57                         partition@200000 {
58                                 label = "info";
59                                 reg = <0x0200000 0x0080000>;
60                         };
61                         partition@280000 {
62                                 label = "etc";
63                                 reg = <0x0280000 0x0a00000>;
64                         };
65                         partition@c80000 {
66                                 label = "kernel_1";
67                                 reg = <0x0c80000 0x0a00000>;
68                         };
69                         partition@1680000 {
70                                 label = "rootfs1";
71                                 reg = <0x1680000 0x2fc0000>;
72                         };
73                         partition@4640000 {
74                                 label = "kernel_2";
75                                 reg = <0x4640000 0x0a00000>;
76                         };
77                         partition@5040000 {
78                                 label = "rootfs2";
79                                 reg = <0x5040000 0x2fc0000>;
80                         };
81                 };
82         };
84         gpio_poweroff {
85                 compatible = "gpio-poweroff";
86                 pinctrl-0 = <&pmx_pwr_off>;
87                 pinctrl-names = "default";
88                 gpios = <&gpio1 16 0>;
89         };
91         regulators {
92                 compatible = "simple-bus";
93                 #address-cells = <1>;
94                 #size-cells = <0>;
95                 pinctrl-0 = <&pmx_usb_power_off>;
96                 pinctrl-names = "default";
98                 usb0_power_off: regulator@1 {
99                         compatible = "regulator-fixed";
100                         reg = <1>;
101                         regulator-name = "USB Power Off";
102                         regulator-min-microvolt = <5000000>;
103                         regulator-max-microvolt = <5000000>;
104                         regulator-always-on;
105                         regulator-boot-on;
106                         gpio = <&gpio0 21 0>;
107                 };
108         };