导航

    全志在线开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 话题
    • 在线文档
    • 社区主页

    T113-S3 SPI clk 波形异常

    Linux
    1
    1
    9
    正在加载更多帖子
    • 从旧到新
    • 从新到旧
    • 最多赞同
    回复
    • 在新帖中回复
    登录后回复
    此主题已被删除。只有拥有主题管理权限的用户可以查看。
    • J
      Jaron LV 2 最后由 编辑

      e32d433a-5048-4903-bfa6-a149413a36c9-ab9f585fed23576a0bff69e4e03f8e4.jpg

      &spi1 {
      clock-frequency = <100000000>;
      pinctrl-0 = <&spi1_pins_a &spi1_pins_b>;
      // pinctrl-1 = <&spi1_pins_c>;
      // pinctrl-names = "default", "sleep";
      pinctrl-names = "default";
      spi_slave_mode = <0>;
      spi1_cs_number = <1>;
      spi1_cs_bitmap = <1>;

      status = "okay";
      debug=<0xFFFFFFFF>;
      spi_oled@0 {
      	// device_type = "spi_oled";
      	compatible = "solomon,ssd1322";
      	spi-max-frequency = <10000000>;
      	reg = <0x0>;
      	spi-cpha;
      	spi-cpol;
          reset-gpios = <&pio PD 3 GPIO_ACTIVE_LOW>;
          dc-gpios = <&pio PD 4 GPIO_ACTIVE_HIGH>;
          width = <256>;
          height = <64>;
          buswidth = <8>;
          fps = <30>;
          rotate = <0>;
      	status = "okay";
      	debug=<0xFFFFFFFF>;
      };
      

      };

      1 条回复 最后回复 回复 引用 分享 0
      • 1 / 1
      • First post
        Last post

      Copyright © 2024 深圳全志在线有限公司 粤ICP备2021084185号 粤公网安备44030502007680号

      行为准则 | 用户协议 | 隐私权政策