Blame view

kernel/linux-rt-4.4.41/arch/mips/boot/dts/brcm/bcm97125cbmb.dts 428 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  /dts-v1/;
  
  /include/ "bcm7125.dtsi"
  
  / {
  	compatible = "brcm,bcm97125cbmb", "brcm,bcm7125";
  	model = "Broadcom BCM97125CBMB";
  
  	memory@0 {
  		device_type = "memory";
  		reg = <0x00000000 0x10000000>;
  	};
  
  	chosen {
  		bootargs = "console=ttyS0,115200";
  		stdout-path = &uart0;
  	};
  };
  
  &uart0 {
  	status = "okay";
  };
  
  /* FIXME: USB is wonky; disable it for now */
  &ehci0 {
  	status = "disabled";
  };
  
  &ohci0 {
  	status = "disabled";
  };