summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/rk3568-wolfvision-pf5.dts
blob: e214842ee40bad3aa8d4feee3b829d780bb3a68c (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
// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
/*
 * Device tree for the WolfVision PF5 mainboard.
 *
 * Copyright (C) 2024 WolfVision GmbH.
 */

/dts-v1/;
#include "rk3568-wolfvision-pf5-upstream.dts"
#include "rk356x.dtsi"
#include "wolfvision-state.dtsi"

/ {
	aliases {
		saradc = &saradc;
	};

	chosen: chosen {
		environment-emmc {
			compatible = "barebox,environment";
			device-path = &environment_emmc;
		};
	};
	/*
	memory@a00000 {
		device_type = "memory";
		reg = <0x0 0x00a00000 0x0 0x7f600000>;
	};
	*/
};

&sdhci {
	partitions {
		compatible = "fixed-partitions";
		#address-cells = <2>;
		#size-cells = <2>;

		environment_emmc: partition@408000 {
			label = "barebox-environment";
			reg = <0x0 0x408000 0x0 0x8000>;
		};

		barebox_state: partition@410000 {
			reg = <0x0 0x410000 0x0 0x8000>;
			label = "state";
		};
	};
};