aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/device-tree/files/kc705-microblazeel/kc705-microblazeel.dts
blob: 45e488c1d1aeaa299e26934d0cfbe6f3e27b83f5 (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
52
53
54
55
56
/dts-v1/;
/include/ "pl.dtsi"
/include/ "system-conf.dtsi"
/ {
	hard-reset-gpios = <&reset_gpio 0 1>;
	aliases {
		ethernet0 = &axi_ethernet;
		i2c0 = &iic_main;
		serial0 = &rs232_uart;
	};
	memory {
		device_type = "memory";
		reg = <0x80000000 0x40000000>;
	};
};

&iic_main {
	i2cswitch@74 {
		compatible = "nxp,pca9548";
		#address-cells = <1>;
		#size-cells = <0>;
		reg = <0x74>;
		i2c@0 {
			#address-cells = <1>;
			#size-cells = <0>;
			reg = <0>;
			si570: clock-generator@5d {
				#clock-cells = <0>;
				compatible = "silabs,si570";
				temperature-stability = <50>;
				reg = <0x5d>;
				factory-fout = <156250000>;
				clock-frequency = <148500000>;
			};
		};
		i2c@3 {
			#address-cells = <1>;
			#size-cells = <0>;
			reg = <3>;
			eeprom@54 {
				compatible = "at,24c08";
				reg = <0x54>;
			};
		};
	};
};

&axi_ethernet {
	phy-handle = <&phy0>;
	axi_ethernet_mdio: mdio {
		phy0: phy@7 {
			device_type = "ethernet-phy";
			reg = <7>;
		};
	};
};