493 lines
10 KiB
Plaintext
493 lines
10 KiB
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
/dts-v1/;
|
|
|
|
#include <dt-bindings/clock/bcm6318-clock.h>
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
#include <dt-bindings/input/input.h>
|
|
#include <dt-bindings/interrupt-controller/bcm6318-interrupt-controller.h>
|
|
#include <dt-bindings/interrupt-controller/irq.h>
|
|
#include <dt-bindings/leds/common.h>
|
|
#include <dt-bindings/reset/bcm6318-reset.h>
|
|
#include <dt-bindings/soc/bcm6318-pm.h>
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
compatible = "brcm,bcm6318";
|
|
|
|
aliases {
|
|
pinctrl = &pinctrl;
|
|
serial0 = &uart0;
|
|
spi1 = &hsspi;
|
|
};
|
|
|
|
chosen {
|
|
bootargs = "earlycon";
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
|
|
clocks {
|
|
periph_osc: periph-osc {
|
|
compatible = "fixed-clock";
|
|
|
|
#clock-cells = <0>;
|
|
|
|
clock-frequency = <50000000>;
|
|
clock-output-names = "periph";
|
|
};
|
|
|
|
hsspi_osc: hsspi-osc {
|
|
compatible = "fixed-clock";
|
|
|
|
#clock-cells = <0>;
|
|
|
|
clock-frequency = <250000000>;
|
|
clock-output-names = "hsspi_osc";
|
|
};
|
|
};
|
|
|
|
cpus {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
mips-hpt-frequency = <166500000>;
|
|
|
|
cpu@0 {
|
|
compatible = "brcm,bmips3300", "mips,mips4Kc";
|
|
device_type = "cpu";
|
|
reg = <0>;
|
|
};
|
|
};
|
|
|
|
cpu_intc: interrupt-controller {
|
|
#address-cells = <0>;
|
|
compatible = "mti,cpu-interrupt-controller";
|
|
|
|
interrupt-controller;
|
|
#interrupt-cells = <1>;
|
|
};
|
|
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0 0>;
|
|
};
|
|
|
|
ubus {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
compatible = "simple-bus";
|
|
ranges;
|
|
|
|
periph_clk: clock-controller@10000004 {
|
|
compatible = "brcm,bcm6318-clocks";
|
|
reg = <0x10000004 0x4>;
|
|
#clock-cells = <1>;
|
|
};
|
|
|
|
ubus_clk: clock-controller@10000008 {
|
|
compatible = "brcm,bcm6318-ubus-clocks";
|
|
reg = <0x10000008 0x4>;
|
|
#clock-cells = <1>;
|
|
};
|
|
|
|
periph_rst: reset-controller@10000010 {
|
|
compatible = "brcm,bcm6345-reset";
|
|
reg = <0x10000010 0x4>;
|
|
#reset-cells = <1>;
|
|
};
|
|
|
|
ext_intc: interrupt-controller@10000018 {
|
|
#address-cells = <1>;
|
|
compatible = "brcm,bcm6318-ext-intc";
|
|
reg = <0x10000018 0x4>;
|
|
|
|
interrupt-controller;
|
|
#interrupt-cells = <2>;
|
|
|
|
interrupt-parent = <&periph_intc>;
|
|
interrupts = <BCM6318_IRQ_EXT0>,
|
|
<BCM6318_IRQ_EXT1>,
|
|
<BCM6318_IRQ_EXT2>,
|
|
<BCM6318_IRQ_EXT3>;
|
|
};
|
|
|
|
periph_intc: interrupt-controller@10000020 {
|
|
#address-cells = <1>;
|
|
compatible = "brcm,bcm6345-l1-intc";
|
|
reg = <0x10000020 0x20>;
|
|
|
|
interrupt-controller;
|
|
#interrupt-cells = <1>;
|
|
|
|
interrupt-parent = <&cpu_intc>;
|
|
interrupts = <2>, <3>;
|
|
};
|
|
|
|
wdt: watchdog@10000068 {
|
|
compatible = "brcm,bcm7038-wdt";
|
|
reg = <0x10000068 0xc>;
|
|
|
|
clocks = <&periph_osc>;
|
|
|
|
timeout-sec = <30>;
|
|
};
|
|
|
|
pll_cntl: syscon@10000074 {
|
|
compatible = "syscon", "simple-mfd";
|
|
reg = <0x10000074 0x4>;
|
|
native-endian;
|
|
|
|
syscon-reboot {
|
|
compatible = "syscon-reboot";
|
|
offset = <0>;
|
|
mask = <0x1>;
|
|
};
|
|
};
|
|
|
|
gpio_cntl: syscon@10000080 {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
compatible = "brcm,bcm6318-gpio-sysctl",
|
|
"syscon", "simple-mfd";
|
|
reg = <0x10000080 0x80>;
|
|
ranges = <0 0x10000080 0x80>;
|
|
native-endian;
|
|
|
|
gpio: gpio@0 {
|
|
compatible = "brcm,bcm6318-gpio";
|
|
reg-names = "dirout", "dat";
|
|
reg = <0x0 0x8>, <0x8 0x8>;
|
|
|
|
gpio-controller;
|
|
gpio-ranges = <&pinctrl 0 0 50>;
|
|
#gpio-cells = <2>;
|
|
};
|
|
|
|
pinctrl: pinctrl@18 {
|
|
compatible = "brcm,bcm6318-pinctrl";
|
|
reg = <0x18 0x10>, <0x54 0x18>;
|
|
|
|
pinctrl_ephy0_spd_led: ephy0_spd_led-pins {
|
|
function = "ephy0_spd_led";
|
|
pins = "gpio0";
|
|
};
|
|
|
|
pinctrl_ephy1_spd_led: ephy1_spd_led-pins {
|
|
function = "ephy1_spd_led";
|
|
pins = "gpio1";
|
|
};
|
|
|
|
pinctrl_ephy2_spd_led: ephy2_spd_led-pins {
|
|
function = "ephy2_spd_led";
|
|
pins = "gpio2";
|
|
};
|
|
|
|
pinctrl_ephy3_spd_led: ephy3_spd_led-pins {
|
|
function = "ephy3_spd_led";
|
|
pins = "gpio3";
|
|
};
|
|
|
|
pinctrl_ephy0_act_led: ephy0_act_led-pins {
|
|
function = "ephy0_act_led";
|
|
pins = "gpio4";
|
|
};
|
|
|
|
pinctrl_ephy1_act_led: ephy1_act_led-pins {
|
|
function = "ephy1_act_led";
|
|
pins = "gpio5";
|
|
};
|
|
|
|
pinctrl_ephy2_act_led: ephy2_act_led-pins {
|
|
function = "ephy2_act_led";
|
|
pins = "gpio6";
|
|
};
|
|
|
|
pinctrl_ephy3_act_led: ephy3_act_led-pins {
|
|
function = "ephy3_act_led";
|
|
pins = "gpio7";
|
|
};
|
|
|
|
pinctrl_serial_led: serial_led-pins {
|
|
pinctrl_serial_led_data: serial_led_data-pins {
|
|
function = "serial_led_data";
|
|
pins = "gpio6";
|
|
};
|
|
|
|
pinctrl_serial_led_clk: serial_led_clk-pins {
|
|
function = "serial_led_clk";
|
|
pins = "gpio7";
|
|
};
|
|
};
|
|
|
|
pinctrl_inet_act_led: inet_act_led-pins {
|
|
function = "inet_act_led";
|
|
pins = "gpio8";
|
|
};
|
|
|
|
pinctrl_inet_fail_led: inet_fail_led-pins {
|
|
function = "inet_fail_led";
|
|
pins = "gpio9";
|
|
};
|
|
|
|
pinctrl_dsl_led: dsl_led-pins {
|
|
function = "dsl_led";
|
|
pins = "gpio10";
|
|
};
|
|
|
|
pinctrl_post_fail_led: post_fail_led-pins {
|
|
function = "post_fail_led";
|
|
pins = "gpio11";
|
|
};
|
|
|
|
pinctrl_wlan_wps_led: wlan_wps_led-pins {
|
|
function = "wlan_wps_led";
|
|
pins = "gpio12";
|
|
};
|
|
|
|
pinctrl_usb_pwron: usb_pwron-pins {
|
|
function = "usb_pwron";
|
|
pins = "gpio13";
|
|
};
|
|
|
|
pinctrl_usb_device_led: usb_device_led-pins {
|
|
function = "usb_device_led";
|
|
pins = "gpio13";
|
|
};
|
|
|
|
pinctrl_usb_active: usb_active-pins {
|
|
function = "usb_active";
|
|
pins = "gpio40";
|
|
};
|
|
};
|
|
};
|
|
|
|
uart0: serial@10000100 {
|
|
compatible = "brcm,bcm6345-uart";
|
|
reg = <0x10000100 0x18>;
|
|
|
|
interrupt-parent = <&periph_intc>;
|
|
interrupts = <BCM6318_IRQ_UART0>;
|
|
|
|
clocks = <&periph_osc>;
|
|
clock-names = "periph";
|
|
|
|
status = "disabled";
|
|
};
|
|
|
|
leds: led-controller@10000200 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
compatible = "brcm,bcm6328-leds";
|
|
reg = <0x10000200 0x24>;
|
|
|
|
status = "disabled";
|
|
};
|
|
|
|
periph_pwr: power-controller@100008e8 {
|
|
compatible = "brcm,bcm6318-power-controller";
|
|
reg = <0x100008e8 0x4>;
|
|
|
|
#power-domain-cells = <1>;
|
|
};
|
|
|
|
hsspi: spi@10003000 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
compatible = "brcm,bcm6328-hsspi";
|
|
reg = <0x10003000 0x600>;
|
|
|
|
interrupt-parent = <&periph_intc>;
|
|
interrupts = <BCM6318_IRQ_HSSPI>;
|
|
|
|
clocks = <&periph_clk BCM6318_CLK_HSSPI>,
|
|
<&hsspi_osc>;
|
|
clock-names = "hsspi",
|
|
"pll";
|
|
|
|
resets = <&periph_rst BCM6318_RST_SPI>;
|
|
|
|
status = "disabled";
|
|
};
|
|
|
|
ehci: usb@10005000 {
|
|
compatible = "brcm,bcm6318-ehci", "generic-ehci";
|
|
reg = <0x10005000 0x100>;
|
|
big-endian;
|
|
spurious-oc;
|
|
|
|
interrupt-parent = <&periph_intc>;
|
|
interrupts = <BCM6318_IRQ_EHCI>;
|
|
|
|
phys = <&usbh 0>;
|
|
phy-names = "usb";
|
|
|
|
status = "disabled";
|
|
};
|
|
|
|
ohci: usb@10005100 {
|
|
compatible = "brcm,bcm6318-ohci", "generic-ohci";
|
|
reg = <0x10005100 0x100>;
|
|
big-endian;
|
|
no-big-frame-no;
|
|
|
|
interrupt-parent = <&periph_intc>;
|
|
interrupts = <BCM6318_IRQ_OHCI>;
|
|
|
|
phys = <&usbh 0>;
|
|
phy-names = "usb";
|
|
|
|
status = "disabled";
|
|
};
|
|
|
|
usbh: usb-phy@10005200 {
|
|
compatible = "brcm,bcm6318-usbh-phy";
|
|
reg = <0x10005200 0x38>;
|
|
|
|
#phy-cells = <1>;
|
|
|
|
clocks = <&periph_clk BCM6318_CLK_USBD>,
|
|
<&ubus_clk BCM6318_UCLK_USB>;
|
|
clock-names = "usbh",
|
|
"usb_ref";
|
|
|
|
power-domains = <&periph_pwr BCM6318_POWER_DOMAIN_USB>;
|
|
resets = <&periph_rst BCM6318_RST_USBH>;
|
|
|
|
status = "disabled";
|
|
};
|
|
|
|
pcie: pcie@10010000 {
|
|
compatible = "brcm,bcm6318-pcie";
|
|
reg = <0x10010000 0x10000>;
|
|
#address-cells = <3>;
|
|
#size-cells = <2>;
|
|
|
|
device_type = "pci";
|
|
bus-range = <0x00 0x01>;
|
|
ranges = <0x2000000 0 0x10200000 0x10200000 0 0x100000>;
|
|
linux,pci-probe-only = <1>;
|
|
|
|
interrupt-parent = <&periph_intc>;
|
|
interrupts = <BCM6318_IRQ_PCIE_RC>;
|
|
|
|
clocks = <&periph_clk BCM6318_CLK_PCIE>,
|
|
<&periph_clk BCM6318_CLK_PCIE25>,
|
|
<&ubus_clk BCM6318_UCLK_PCIE>;
|
|
clock-names = "pcie",
|
|
"pcie25",
|
|
"pcie-ubus";
|
|
|
|
resets = <&periph_rst BCM6318_RST_PCIE>,
|
|
<&periph_rst BCM6318_RST_PCIE_EXT>,
|
|
<&periph_rst BCM6318_RST_PCIE_CORE>,
|
|
<&periph_rst BCM6318_RST_PCIE_HARD>;
|
|
reset-names = "pcie",
|
|
"pcie-ext",
|
|
"pcie-core",
|
|
"pcie-hard";
|
|
|
|
power-domains = <&periph_pwr BCM6318_POWER_DOMAIN_PCIE>;
|
|
|
|
status = "disabled";
|
|
};
|
|
|
|
switch0: switch@10080000 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
compatible = "brcm,bcm6318-switch";
|
|
reg = <0x10080000 0x8000>;
|
|
big-endian;
|
|
|
|
ports {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
port@8 {
|
|
reg = <8>;
|
|
|
|
phy-mode = "internal";
|
|
ethernet = <ðernet>;
|
|
|
|
fixed-link {
|
|
speed = <1000>;
|
|
full-duplex;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
mdio: mdio@100800b0 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
compatible = "brcm,bcm6368-mdio-mux";
|
|
reg = <0x100800b0 0x8>;
|
|
|
|
mdio_int: mdio@0 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
reg = <0>;
|
|
|
|
phy1: ethernet-phy@1 {
|
|
compatible = "ethernet-phy-ieee802.3-c22";
|
|
reg = <1>;
|
|
};
|
|
|
|
phy2: ethernet-phy@2 {
|
|
compatible = "ethernet-phy-ieee802.3-c22";
|
|
reg = <2>;
|
|
};
|
|
|
|
phy3: ethernet-phy@3 {
|
|
compatible = "ethernet-phy-ieee802.3-c22";
|
|
reg = <3>;
|
|
};
|
|
|
|
phy4: ethernet-phy@4 {
|
|
compatible = "ethernet-phy-ieee802.3-c22";
|
|
reg = <4>;
|
|
};
|
|
};
|
|
|
|
mdio_ext: mdio@1 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
reg = <1>;
|
|
};
|
|
};
|
|
|
|
ethernet: ethernet@10088000 {
|
|
compatible = "brcm,bcm6318-enetsw";
|
|
reg = <0x10088000 0x80>,
|
|
<0x10088200 0x80>,
|
|
<0x10088400 0x80>;
|
|
reg-names = "dma",
|
|
"dma-channels",
|
|
"dma-sram";
|
|
|
|
interrupt-parent = <&periph_intc>;
|
|
interrupts = <BCM6318_IRQ_ENETSW_RX_DMA0>,
|
|
<BCM6318_IRQ_ENETSW_TX_DMA0>;
|
|
interrupt-names = "rx",
|
|
"tx";
|
|
|
|
clocks = <&periph_clk BCM6318_CLK_ROBOSW250>,
|
|
<&periph_clk BCM6318_CLK_ROBOSW025>,
|
|
<&ubus_clk BCM6318_UCLK_ROBOSW>;
|
|
|
|
resets = <&periph_rst BCM6318_RST_ENETSW>,
|
|
<&periph_rst BCM6318_RST_EPHY>;
|
|
|
|
power-domains = <&periph_pwr BCM6318_POWER_DOMAIN_EPHY0>,
|
|
<&periph_pwr BCM6318_POWER_DOMAIN_EPHY1>,
|
|
<&periph_pwr BCM6318_POWER_DOMAIN_EPHY2>,
|
|
<&periph_pwr BCM6318_POWER_DOMAIN_EPHY3>;
|
|
|
|
dma-rx = <0>;
|
|
dma-tx = <1>;
|
|
|
|
status = "disabled";
|
|
};
|
|
};
|
|
};
|