[BACK]Return to bcm47094-luxul-abr-4500.dts CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / gpl2 / dts / dist / arch / arm / boot / dts

Annotation of src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts, Revision 1.1.1.1.2.2

1.1.1.1.2.2! jdolecek    1: /*
        !             2:  * Copyright (C) 2017 Luxul Inc.
        !             3:  *
        !             4:  * Licensed under the ISC license.
        !             5:  */
        !             6:
        !             7: /dts-v1/;
        !             8:
        !             9: #include "bcm4708.dtsi"
        !            10: #include "bcm5301x-nand-cs0-bch8.dtsi"
        !            11:
        !            12: / {
        !            13:        compatible = "luxul,abr-4500-v1", "brcm,bcm47094", "brcm,bcm4708";
        !            14:        model = "Luxul ABR-4500 V1";
        !            15:
        !            16:        chosen {
        !            17:                bootargs = "earlycon";
        !            18:        };
        !            19:
        !            20:        memory {
        !            21:                reg = <0x00000000 0x08000000
        !            22:                       0x88000000 0x18000000>;
        !            23:        };
        !            24:
        !            25:        leds {
        !            26:                compatible = "gpio-leds";
        !            27:
        !            28:                status {
        !            29:                        label = "bcm53xx:green:status";
        !            30:                        gpios = <&chipcommon 20 GPIO_ACTIVE_LOW>;
        !            31:                        linux,default-trigger = "timer";
        !            32:                };
        !            33:
        !            34:                usb3 {
        !            35:                        label = "bcm53xx:green:usb3";
        !            36:                        gpios = <&chipcommon 19 GPIO_ACTIVE_LOW>;
        !            37:                        trigger-sources = <&ohci_port1>, <&ehci_port1>,
        !            38:                                <&xhci_port1>;
        !            39:                        linux,default-trigger = "usbport";
        !            40:                };
        !            41:
        !            42:        };
        !            43:
        !            44:        gpio-keys {
        !            45:                compatible = "gpio-keys";
        !            46:                #address-cells = <1>;
        !            47:                #size-cells = <0>;
        !            48:
        !            49:                restart {
        !            50:                        label = "Reset";
        !            51:                        linux,code = <KEY_RESTART>;
        !            52:                        gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
        !            53:                };
        !            54:        };
        !            55: };
        !            56:
        !            57: &usb3 {
        !            58:        vcc-gpio = <&chipcommon 18 GPIO_ACTIVE_HIGH>;
        !            59: };
        !            60:
        !            61: &spi_nor {
        !            62:        status = "okay";
        !            63: };

CVSweb <webmaster@jp.NetBSD.org>