X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FRB750Gr3.dts;h=756010a550f2e52dd359243275f593118bc089b8;hb=c8043137bbd323b1490ae8613eab915ba9c138ee;hp=d39a2d113b4cabeb61647addfc30640c0ae68392;hpb=faf94d926e2810f895f2a98d4a49ee2fe8f673e8;p=oweals%2Fopenwrt.git diff --git a/target/linux/ramips/dts/RB750Gr3.dts b/target/linux/ramips/dts/RB750Gr3.dts index d39a2d113b..756010a550 100644 --- a/target/linux/ramips/dts/RB750Gr3.dts +++ b/target/linux/ramips/dts/RB750Gr3.dts @@ -1,11 +1,11 @@ /dts-v1/; #include "mt7621.dtsi" + #include #include / { - compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc"; model = "MikroTik RB750Gr3"; memory@0 { @@ -20,6 +20,11 @@ gpio-leds { compatible = "gpio-leds"; + pwr { + label = "rb750gr3:blue:pwr"; + gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>; + }; + usr { label = "rb750gr3:green:usr"; gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>; @@ -49,6 +54,12 @@ compatible = "gpio-export"; #size-cells = <0>; + buzzer { + gpio-export,name = "buzzer"; + gpio-export,output = <0>; + gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>; + }; + usb { gpio-export,name = "usb"; gpio-export,output = <1>; @@ -65,8 +76,8 @@ #size-cells = <1>; compatible = "jedec,spi-nor"; reg = <0>; - linux,modalias = "m25p80"; spi-max-frequency = <10000000>; + m25p,chunked-io = <32>; partition@0 { label = "u-boot"; @@ -102,7 +113,7 @@ &pinctrl { state_default: pinctrl0 { gpio { - ralink,group = "i2c", "rgmii2", "sdhci"; + ralink,group = "i2c", "uart2", "uart3", "pcie", "rgmii2", "jtag"; ralink,function = "gpio"; }; }; @@ -111,11 +122,3 @@ &sdhci { status = "okay"; }; - -&xhci { - status = "okay"; -}; - -&pcie { - status = "disabled"; -};