cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

brcm,bcm4908.yaml (975B)


      1# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
      2%YAML 1.2
      3---
      4$id: http://devicetree.org/schemas/arm/bcm/brcm,bcm4908.yaml#
      5$schema: http://devicetree.org/meta-schemas/core.yaml#
      6
      7title: Broadcom BCM4908 device tree bindings
      8
      9description:
     10  Broadcom BCM4906 / BCM4908 / BCM49408 Wi-Fi/network SoCs with Brahma CPUs.
     11
     12maintainers:
     13  - Rafał Miłecki <rafal@milecki.pl>
     14
     15properties:
     16  $nodename:
     17    const: '/'
     18  compatible:
     19    oneOf:
     20      - description: BCM4906 based boards
     21        items:
     22          - enum:
     23              - netgear,r8000p
     24              - tplink,archer-c2300-v1
     25          - const: brcm,bcm4906
     26          - const: brcm,bcm4908
     27
     28      - description: BCM4908 based boards
     29        items:
     30          - enum:
     31              - asus,gt-ac5300
     32              - netgear,raxe500
     33          - const: brcm,bcm4908
     34
     35      - description: BCM49408 based boards
     36        items:
     37          - const: brcm,bcm49408
     38          - const: brcm,bcm4908
     39
     40additionalProperties: true
     41
     42...