mirror of
https://github.com/gnuton/asuswrt-merlin.ng.git
synced 2025-05-19 16:02:36 +02:00
44 lines
978 B
Text
44 lines
978 B
Text
#include "96858.dts"
|
|
|
|
/ {
|
|
ubus@ff800000 {
|
|
/* actual count 62 GPIOs */
|
|
gpio1: gpio-controller@0xff800504 {
|
|
compatible = "brcm,bcm6345-gpio";
|
|
reg-names = "dirout", "dat";
|
|
reg = <0x0 0x504 0x0 0x4>, <0x0 0x524 0x0 0x4>;
|
|
ngpios = <32>;
|
|
|
|
#gpio-cells = <2>;
|
|
gpio-controller;
|
|
};
|
|
gpio0: gpio-controller@0xff800500 {
|
|
compatible = "brcm,bcm6345-gpio";
|
|
reg-names = "dirout", "dat";
|
|
reg = <0x0 0x500 0x0 0x4>, <0x0 0x520 0x0 0x4>;
|
|
ngpios = <32>;
|
|
|
|
#gpio-cells = <2>;
|
|
gpio-controller;
|
|
};
|
|
};
|
|
};
|
|
|
|
&hsspi {
|
|
flash: mt25@0 {
|
|
status = "okay";
|
|
compatible = "jedec,spi-nor";
|
|
reg = <0>; /* chip select 0 */
|
|
spi-max-frequency = <60000000>;
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
partition@0 {
|
|
label = "bootloader";
|
|
reg = <0x0 0x0100000>;
|
|
};
|
|
partition@1 {
|
|
label = OOPSLOG_PARTITION_NAME;
|
|
reg = <0x0100000 0x0020000>;
|
|
};
|
|
};
|
|
};
|