75ee0723ece6ca361b73fcb7c326d0dbef735ca5
[openwrt/staging/stintel.git] / target / linux / mediatek / dts / mt7623a-unielec-u7623-02.dts
1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
2 /*
3 * Copyright 2018 Kristian Evensen <kristian.evensen@gmail.com>
4 */
5
6 /dts-v1/;
7 #include "mt7623a-unielec-u7623-02.dtsi"
8
9 / {
10 model = "UniElec U7623-02 eMMC";
11 compatible = "unielec,u7623-02", "mediatek,mt7623";
12
13 chosen {
14 stdout-path = "serial0:115200n8";
15 bootargs = "earlycon=uart8250,mmio32,0x11004000 root=/dev/fit0";
16 rootdisk = <&emmc_rootdisk>;
17 };
18 };
19
20 &mmc0 {
21 card@0 {
22 compatible = "mmc-card";
23 reg = <0>;
24
25 block {
26 compatible = "block-device";
27 partitions {
28 emmc_rootdisk: block-partition-env {
29 partno = <3>;
30 };
31 };
32 };
33 };
34 };