2016-05-09 06:32:52 +00:00
|
|
|
#include "mt7628an.dtsi"
|
2014-11-06 09:31:31 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "mediatek,mt7628an-eval-board", "mediatek,mt7628an-soc";
|
|
|
|
model = "Mediatek MT7628AN evaluation board";
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
2014-11-06 09:31:31 +00:00
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
&state_default {
|
|
|
|
gpio {
|
2020-04-12 12:58:29 +00:00
|
|
|
groups = "i2c";
|
|
|
|
function = "gpio";
|
2014-11-06 09:31:31 +00:00
|
|
|
};
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
2014-11-06 09:31:31 +00:00
|
|
|
|
2016-05-10 10:41:46 +00:00
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
|
2020-05-07 14:15:27 +00:00
|
|
|
flash@0 {
|
2016-05-10 10:41:46 +00:00
|
|
|
compatible = "jedec,spi-nor";
|
2016-05-14 17:22:08 +00:00
|
|
|
reg = <0>;
|
2016-05-10 10:41:46 +00:00
|
|
|
spi-max-frequency = <10000000>;
|
|
|
|
|
2018-08-01 20:32:34 +00:00
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2014-11-06 09:31:31 +00:00
|
|
|
|
2018-08-01 20:32:34 +00:00
|
|
|
partition@0 {
|
|
|
|
label = "u-boot";
|
|
|
|
reg = <0x0 0x30000>;
|
|
|
|
read-only;
|
|
|
|
};
|
2014-11-06 09:31:31 +00:00
|
|
|
|
2018-08-01 20:32:34 +00:00
|
|
|
partition@30000 {
|
|
|
|
label = "u-boot-env";
|
|
|
|
reg = <0x30000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
2024-02-17 14:10:10 +00:00
|
|
|
partition@40000 {
|
2018-08-01 20:32:34 +00:00
|
|
|
label = "factory";
|
|
|
|
reg = <0x40000 0x10000>;
|
|
|
|
read-only;
|
2023-10-02 02:12:02 +00:00
|
|
|
|
2023-11-24 02:31:55 +00:00
|
|
|
nvmem-layout {
|
|
|
|
compatible = "fixed-layout";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
eeprom_factory_0: eeprom@0 {
|
|
|
|
reg = <0x0 0x400>;
|
|
|
|
};
|
2023-10-02 02:12:02 +00:00
|
|
|
};
|
2018-08-01 20:32:34 +00:00
|
|
|
};
|
2014-11-06 09:31:31 +00:00
|
|
|
|
2018-08-01 20:32:34 +00:00
|
|
|
partition@50000 {
|
2018-11-28 03:28:35 +00:00
|
|
|
compatible = "denx,uimage";
|
2018-08-01 20:32:34 +00:00
|
|
|
label = "firmware";
|
|
|
|
reg = <0x50000 0x7b0000>;
|
|
|
|
};
|
2014-11-06 09:31:31 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2016-05-11 19:24:12 +00:00
|
|
|
|
|
|
|
&wmac {
|
|
|
|
status = "okay";
|
2021-08-17 12:07:57 +00:00
|
|
|
|
2023-10-02 02:12:02 +00:00
|
|
|
nvmem-cells = <&eeprom_factory_0>;
|
|
|
|
nvmem-cell-names = "eeprom";
|
2016-05-11 19:24:12 +00:00
|
|
|
};
|