~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/usb/hisilicon,histb-xhci.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 HiSilicon STB xHCI
  2 
  3 The device node for HiSilicon STB xHCI host controller
  4 
  5 Required properties:
  6  - compatible: should be "hisilicon,hi3798cv200-xhci"
  7  - reg: specifies physical base address and size of the registers
  8  - interrupts : interrupt used by the controller
  9  - clocks: a list of phandle + clock-specifier pairs, one for each
 10         entry in clock-names
 11  - clock-names: must contain
 12         "bus": for bus clock
 13         "utmi": for utmi clock
 14         "pipe": for pipe clock
 15         "suspend": for suspend clock
 16  - resets: a list of phandle and reset specifier pairs as listed in
 17         reset-names property.
 18  - reset-names: must contain
 19         "soft": for soft reset
 20  - phys: a list of phandle + phy specifier pairs
 21  - phy-names: must contain at least one of following:
 22         "inno": for inno phy
 23         "combo": for combo phy
 24 
 25 Optional properties:
 26   - usb2-lpm-disable: indicate if we don't want to enable USB2 HW LPM
 27   - usb3-lpm-capable: determines if platform is USB3 LPM capable
 28   - imod-interval-ns: default interrupt moderation interval is 40000ns
 29 
 30 Example:
 31 
 32 xhci0: xchi@f98a0000 {
 33         compatible = "hisilicon,hi3798cv200-xhci";
 34         reg = <0xf98a0000 0x10000>;
 35         interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
 36         clocks = <&crg HISTB_USB3_BUS_CLK>,
 37                  <&crg HISTB_USB3_UTMI_CLK>,
 38                  <&crg HISTB_USB3_PIPE_CLK>,
 39                  <&crg HISTB_USB3_SUSPEND_CLK>;
 40         clock-names = "bus", "utmi", "pipe", "suspend";
 41         resets = <&crg 0xb0 12>;
 42         reset-names = "soft";
 43         phys = <&usb2_phy1_port1 0>, <&combphy0 PHY_TYPE_USB3>;
 44         phy-names = "inno", "combo";
 45 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php