summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/vf610-zii-dev-rev-c.dts
blob: c1b3bc86dc8312cf407ec208b3bd3915dd6f7cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)

/*
 * Copyright (C) 2015, 2016 Zodiac Inflight Innovations
 */

#include <arm/vf610-zii-dev-rev-c.dts>

#include "vf610-zii-dev.dtsi"

/ {
	aliases {
		/*
		 * NVMEM device corresponding to EEPROM attached to
                 * the switch shared DT node with it, so we use that
                 * fact to create a desirable naming
		 */
		switch0-eeprom = &switch0;
		switch1-eeprom = &switch1;
		fiber-eeprom0 = &fiber_eeprom0;
		fiber-eeprom1 = &fiber_eeprom1;
	};
};

&dspi0 {
	flash@0 {
		#address-cells = <1>;
		#size-cells = <0>;

		partition@0 {
			label = "bootloader";
			reg = <0x0 0x100000>;
		};
	};
};

&sff2_i2c {
       fiber_eeprom0: eeprom@50 {
               compatible = "atmel,24c04";
               reg = <0x50>;
               label = "fiber0";
       };
};

&sff3_i2c {
       fiber_eeprom1: eeprom@50 {
               compatible = "atmel,24c04";
               reg = <0x50>;
               label = "fiber1";
       };
};