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

bcm97125cbmb.dts (739B)


      1// SPDX-License-Identifier: GPL-2.0
      2/dts-v1/;
      3
      4#include "bcm7125.dtsi"
      5
      6/ {
      7	compatible = "brcm,bcm97125cbmb", "brcm,bcm7125";
      8	model = "Broadcom BCM97125CBMB";
      9
     10	memory@0 {
     11		device_type = "memory";
     12		reg = <0x00000000 0x10000000>;
     13	};
     14
     15	chosen {
     16		bootargs = "console=ttyS0,115200";
     17		stdout-path = &uart0;
     18	};
     19};
     20
     21&uart0 {
     22	status = "okay";
     23};
     24
     25&uart1 {
     26	status = "okay";
     27};
     28
     29&uart2 {
     30	status = "okay";
     31};
     32
     33&bsca {
     34	status = "okay";
     35};
     36
     37&bscb {
     38	status = "okay";
     39};
     40
     41&bscc {
     42	status = "okay";
     43};
     44
     45&bscd {
     46	status = "okay";
     47};
     48
     49&pwma {
     50	status = "okay";
     51};
     52
     53&watchdog {
     54	status = "okay";
     55};
     56
     57/* FIXME: USB is wonky; disable it for now */
     58&ehci0 {
     59	status = "disabled";
     60};
     61
     62&ohci0 {
     63	status = "disabled";
     64};
     65
     66&mspi {
     67	status = "okay";
     68};