Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "rockchip/rk3568-rock-3a.dts"
- #include <dt-bindings/soc/rockchip,vop2.h>
- &sdhci {
- status = "disabled";
- };
- &led_user {
- linux,default-trigger = "disk-activity";
- };
- &vcc_mipi {
- regulator-always-on;
- status = "okay";
- };
- &dsi1 {
- status = "okay";
- };
- &dsi_dphy1 {
- status = "okay";
- };
- &dsi1_in {
- dsi1_in_vp1: endpoint {
- remote-endpoint = <&vp1_out_dsi1>;
- };
- };
- &dsi1_out {
- dsi1_out_panel: endpoint {
- remote-endpoint = <&panel_dsi_port>;
- };
- };
- &vp1 {
- vp1_out_dsi1: endpoint@ROCKCHIP_VOP2_EP_MIPI1 {
- reg = <ROCKCHIP_VOP2_EP_MIPI1>;
- remote-endpoint = <&dsi1_in_vp1>;
- };
- };
- &i2c3 {
- status = "okay";
- rpi_7in_display: lcd@45 {
- compatible = "raspberrypi,7inch-touchscreen-panel";
- reg = <0x45>;
- port {
- panel_dsi_port: endpoint {
- remote-endpoint = <&dsi1_out_panel>;
- };
- };
- };
- ft5406: ts@38 {
- compatible = "edt,edt-ft5506";
- reg = <0x38>;
- touchscreen-size-x = <800>;
- touchscreen-size-y = <480>;
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment