summaryrefslogtreecommitdiff
path: root/arch/powerpc/dts/socrates-u-boot.dtsi
blob: 14a7c245dc465901f6293da7498dc53a6b5d2d08 (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
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (C) 2019
 * Heiko Schocher, DENX Software Engineering, hs@denx.de
 */
/ {
	binman {
		filename = "u-boot-socrates.bin";
		pad-byte = <0xff>;
		// Place dtb one sector before u-boot-nodtb.bin
		blob {
			filename = "dts/dt.dtb";
		};
		u-boot-nodtb {
			filename = "u-boot-nodtb.bin";
			offset = <0x20000>;
		};
	};

	chosen {
		stdout-path = &serial0;
	};

	soc8544@e0000000 {
		i2c@3000 {
			u-boot,dm-pre-reloc;
		};
	};
};

&pci0 {
	clock-frequency = <33000000>;
	ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x20000000
		  0x01000000 0x0 0xe2000000 0xe2000000 0x0 0x01000000>;
};

&serial0 {
	u-boot,dm-pre-reloc;
	clock-frequency = <333333330>;
};